Skip to content

Commit

Permalink
Version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Nov 18, 2018
1 parent 4e3a13a commit 81d07bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.1 (November 18, 2018)

* watchOS deployment target set to 2.0 for Carthage (@MaxDesiatov)

# 0.2.0 (November 18, 2018)

* Add watchOS 2.0 deployment target (@MaxDesiatov)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ easy as adding it to the `dependencies` value of your `Package.swift`.

```swift
dependencies: [
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.2.0")
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.2.1")
]
```

Expand Down
2 changes: 1 addition & 1 deletion XMLCoder.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "XMLCoder"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "XMLEncoder & XMLDecoder using the Codable protocol in Swift 4"
s.description = "XMLCoder allows Swift 4 Codable-conforming objects to be translated to and from XML"
s.homepage = "https://github.com/MaxDesiatov/XMLCoder"
Expand Down

0 comments on commit 81d07bb

Please sign in to comment.