Skip to content

Commit

Permalink
🆕 Version up lib
Browse files Browse the repository at this point in the history
  • Loading branch information
AkkeyLab committed Oct 10, 2019
1 parent a593c71 commit 8b38b1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RxScreenProtectKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxScreenProtectKit'
s.version = '0.2.7'
s.version = '0.2.8'
s.summary = 'Protect the screen from recording'

s.homepage = 'https://github.com/AkkeyLab/RxScreenProtectKit'
Expand Down
4 changes: 2 additions & 2 deletions RxScreenProtectKitExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.7</string>
<string>1.1.8</string>
<key>CFBundleVersion</key>
<string>1.1.7.0</string>
<string>1.1.8.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion SupportingFiles/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>0.2.7</string>
<string>0.2.8</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 8b38b1c

Please sign in to comment.