Skip to content

Commit 613b56c

Browse files
committed
(release) version 4.1.1
1 parent 94733e2 commit 613b56c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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' => 'xuyecan@gmail.com'}
44
s.license = 'Apache License 2.0'
55
s.requires_arc = true
6-
s.version = '4.1.0'
6+
s.version = '4.1.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
@@ -110,7 +110,7 @@ An overview of types supported can be found at file: [BasicTypes.swift](./HandyJ
110110
111111
**To use with Swift 3.x using >= 1.8.0**
112112
113-
**To use with Swift 4.0 using == 4.1.0**
113+
**To use with Swift 4.0 using == 4.1.1**
114114
115115
For Legacy Swift2.x support, take a look at the [swift2 branch](https://github.com/alibaba/HandyJSON/tree/master_for_swift_2x).
116116
@@ -119,7 +119,7 @@ For Legacy Swift2.x support, take a look at the [swift2 branch](https://github.c
119119
Add the following line to your `Podfile`:
120120
121121
```
122-
pod 'HandyJSON', '~> 4.1.0'
122+
pod 'HandyJSON', '~> 4.1.1'
123123
```
124124
125125
Then, run the following command:
@@ -133,7 +133,7 @@ $ pod install
133133
You can add a dependency on `HandyJSON` by adding the following line to your `Cartfile`:
134134
135135
```
136-
github "alibaba/HandyJSON" ~> 4.1.0
136+
github "alibaba/HandyJSON" ~> 4.1.1
137137
```
138138
139139
## Manually

0 commit comments

Comments
 (0)