Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cruisediary committed May 17, 2017
1 parent 7099a33 commit 0bd602d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pastel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Pastel'
s.version = '0.2.1'
s.version = '0.2.2'
s.summary = 'Instagram like gradient background animation'

# This description is used to generate tags and improve search results.
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Pastel/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pod "Pastel"

### Carthage
```
github "cruisediary/Pastel" ~> 0.2.1
github "cruisediary/Pastel" ~> 0.2.2
```

## Author
Expand Down

0 comments on commit 0bd602d

Please sign in to comment.