Skip to content

Commit 4d8ac56

Browse files
committed
update readme/changelog
1 parent d137603 commit 4d8ac56

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.2.1](https://github.com/alibaba/HandyJSON/tree/1.2.1) (2016-11-04)
4+
[Full Changelog](https://github.com/alibaba/HandyJSON/compare/1.2.0...1.2.1)
5+
6+
**Closed issues:**
7+
8+
- Xcode8.1编译报错 [\#28](https://github.com/alibaba/HandyJSON/issues/28)
9+
310
## [1.2.0](https://github.com/alibaba/HandyJSON/tree/1.2.0) (2016-11-01)
411
[Full Changelog](https://github.com/alibaba/HandyJSON/compare/1.1.0...1.2.0)
512

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ print(JSONSerializer.serializeToJSON(object: cat, prettify: true)!)
9797

9898
**To use with Swift 2.x using == 0.4.0**
9999

100-
**To use with Swift 3.x using >= 1.2.0**
100+
**To use with Swift 3.x using >= 1.2.1**
101101

102102
For Legacy Swift support, take a look at the [swift2 branch](https://github.com/alibaba/HandyJSON/tree/master_for_swift_2x).
103103

@@ -106,7 +106,7 @@ For Legacy Swift support, take a look at the [swift2 branch](https://github.com/
106106
Add the following line to your `Podfile`:
107107

108108
```
109-
pod 'HandyJSON', '~> 1.2.0'
109+
pod 'HandyJSON', '~> 1.2.1'
110110
```
111111

112112
Then, run the following command:
@@ -120,7 +120,7 @@ $ pod install
120120
You can add a dependency on `HandyJSON` by adding the following line to your `Cartfile`:
121121

122122
```
123-
github "alibaba/HandyJSON" ~> 1.2.0
123+
github "alibaba/HandyJSON" ~> 1.2.1
124124
```
125125

126126
## Manually

0 commit comments

Comments
 (0)