Skip to content

Commit 19ff118

Browse files
committed
Update version
-README -CHANGELOG -WootricSDK.podspec -Info.plist
1 parent ae4100f commit 19ff118

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.5.0 (2016-03-31)
22

3+
### Fixed:
4+
5+
- Add fontawesome-webfont.ttf to podspec resources.
6+
7+
## 0.5.0 (2016-03-31)
8+
39
### Added:
410

511
- Add color customization feature

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ gem install cocoapods
1616
```
1717
To integrate WootricSDK into your Xcode project using CocoaPods, specify it in your `Podfile`:
1818
```ruby
19-
pod "WootricSDK", "~> 0.5.0"
19+
pod "WootricSDK", "~> 0.5.1"
2020
```
2121
Then, run the following command:
2222

WootricSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WootricSDK'
3-
s.version = '0.5.0'
3+
s.version = '0.5.1'
44
s.license = 'MIT'
55
s.summary = 'Wootric SDK for displaying survey for end user'
66
s.homepage = 'https://github.com/Wootric/WootricSDK-iOS'

WootricSDK/WootricSDK/Info.plist

Lines changed: 1 addition & 1 deletion
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>0.5.0</string>
18+
<string>0.5.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)