Skip to content

Commit 14027d2

Browse files
committed
ready to release 1.5.1
1 parent 611f97f commit 14027d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

HandyJSON.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.author = {'xuyecan' => '[email protected]'}
44
s.license = 'Apache License 2.0'
55
s.requires_arc = true
6-
s.version = '1.5.0'
6+
s.version = '1.5.1'
77
s.homepage = "https://github.com/alibaba/handyjson"
88
s.name = "HandyJSON"
99

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ An overview of types supported can be found at file: [BasicTypes.swift](./HandyJ
100100
101101
**To use with Swift 2.x using == 0.4.0**
102102
103-
**To use with Swift 3.x using >= 1.5.0**
103+
**To use with Swift 3.x using >= 1.5.1**
104104
105105
For Legacy Swift support, take a look at the [swift2 branch](https://github.com/alibaba/HandyJSON/tree/master_for_swift_2x).
106106
@@ -109,7 +109,7 @@ For Legacy Swift support, take a look at the [swift2 branch](https://github.com/
109109
Add the following line to your `Podfile`:
110110
111111
```
112-
pod 'HandyJSON', '~> 1.5.0'
112+
pod 'HandyJSON', '~> 1.5.1'
113113
```
114114
115115
Then, run the following command:
@@ -123,7 +123,7 @@ $ pod install
123123
You can add a dependency on `HandyJSON` by adding the following line to your `Cartfile`:
124124
125125
```
126-
github "alibaba/HandyJSON" ~> 1.5.0
126+
github "alibaba/HandyJSON" ~> 1.5.1
127127
```
128128
129129
## Manually

0 commit comments

Comments
 (0)