Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Oct 22, 2018
1 parent 8b69055 commit 9966d83
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PowerAuth2.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2'
s.version = '0.19.1'
s.version = '0.19.3'
s.summary = 'PowerAuth Mobile SDK for iOS'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down
2 changes: 1 addition & 1 deletion PowerAuth2ForExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForExtensions'
s.version = '0.19.1'
s.version = '0.19.3'
s.summary = 'PowerAuth Mobile SDK for iOS App Extensions'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down
2 changes: 1 addition & 1 deletion PowerAuth2ForWatch.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForWatch'
s.version = '0.19.1'
s.version = '0.19.3'
s.summary = 'PowerAuth Mobile SDK for watchOS'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/Classes/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.19.1</string>
<string>0.19.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/Extensions/IOS/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.19.1</string>
<string>0.19.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/Extensions/WatchOS/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.19.1</string>
<string>0.19.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 9966d83

Please sign in to comment.