Skip to content

Commit 81d07bb

Browse files
committed
Version bump to 0.2.1
1 parent 4e3a13a commit 81d07bb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.1 (November 18, 2018)
2+
3+
* watchOS deployment target set to 2.0 for Carthage (@MaxDesiatov)
4+
15
# 0.2.0 (November 18, 2018)
26

37
* Add watchOS 2.0 deployment target (@MaxDesiatov)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ easy as adding it to the `dependencies` value of your `Package.swift`.
8989

9090
```swift
9191
dependencies: [
92-
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.2.0")
92+
.package(url: "https://github.com/MaxDesiatov/XMLCoder.git", from: "0.2.1")
9393
]
9494
```
9595

XMLCoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "XMLCoder"
3-
s.version = "0.2.0"
3+
s.version = "0.2.1"
44
s.summary = "XMLEncoder & XMLDecoder using the Codable protocol in Swift 4"
55
s.description = "XMLCoder allows Swift 4 Codable-conforming objects to be translated to and from XML"
66
s.homepage = "https://github.com/MaxDesiatov/XMLCoder"

0 commit comments

Comments
 (0)