Skip to content

Commit 48720c8

Browse files
committed
Update version to 0.1.1
1 parent fd72a87 commit 48720c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ platform :ios, '11.0'
2828
use_frameworks!
2929

3030
target '<Your Target Name>' do
31-
pod 'WingKit', '0.1.0-stubPatient'
31+
pod 'WingKit', '0.1.1'
3232
end
3333
```
3434

WingKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "WingKit"
19-
s.version = "0.1.0"
19+
s.version = "0.1.1"
2020
s.summary = "WingKit is a library that allows third parties to integrate with the Wing REST API to perform lung function tests."
2121

2222
# This description is used to generate tags and improve search results.
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
3838
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
3939
#
4040

41-
s.license = "MIT"
41+
s.license = ""
4242

4343

4444
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

WingKit/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.1.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)