Skip to content

Commit

Permalink
Updated Version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayhan Nabi committed May 17, 2019
1 parent 4be8a22 commit f75b187
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RNAlertController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|

spec.name = "RNAlertController"
spec.version = "0.2.3"
spec.version = "0.3"
spec.summary = "Custom Alert Controller for iOS"

spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RNAlertController/RNAlertController/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.3</string>
<string>0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.3</string>
<string>0.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit f75b187

Please sign in to comment.