Skip to content

Commit 0bd602d

Browse files
committed
Bump version to 0.2.2
1 parent 7099a33 commit 0bd602d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Pastel.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Pastel'
11-
s.version = '0.2.1'
11+
s.version = '0.2.2'
1212
s.summary = 'Instagram like gradient background animation'
1313

1414
# This description is used to generate tags and improve search results.

Pastel/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.2.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pod "Pastel"
6060

6161
### Carthage
6262
```
63-
github "cruisediary/Pastel" ~> 0.2.1
63+
github "cruisediary/Pastel" ~> 0.2.2
6464
```
6565

6666
## Author

0 commit comments

Comments
 (0)