Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Jul 4, 2018
1 parent 2949229 commit af9dd5d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions PowerAuth2.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2'
s.version = '0.18.0'
s.summary = 'PowerAuth 2.0 Mobile SDK for iOS'
s.version = '0.19.0'
s.summary = 'PowerAuth Mobile SDK for iOS'
s.homepage = 'https://github.com/lime-company/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/lime_company'
s.documentation_url = 'https://github.com/lime-company/powerauth-mobile-sdk/wiki/PowerAuth-SDK-for-iOS'
Expand Down
4 changes: 2 additions & 2 deletions PowerAuth2ForExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForExtensions'
s.version = '0.18.0'
s.summary = 'PowerAuth 2.0 Mobile SDK for iOS App Extensions'
s.version = '0.19.0'
s.summary = 'PowerAuth Mobile SDK for iOS App Extensions'
s.homepage = 'https://github.com/lime-company/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/lime_company'
s.documentation_url = 'https://github.com/lime-company/powerauth-mobile-sdk/wiki/PowerAuth-SDK-for-iOS-Extensions'
Expand Down
4 changes: 2 additions & 2 deletions PowerAuth2ForWatch.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForWatch'
s.version = '0.18.0'
s.summary = 'PowerAuth 2.0 Mobile SDK for watchOS'
s.version = '0.19.0'
s.summary = 'PowerAuth Mobile SDK for watchOS'
s.homepage = 'https://github.com/lime-company/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/lime_company'
s.documentation_url = 'https://github.com/lime-company/powerauth-mobile-sdk/wiki/PowerAuth-SDK-for-watchOS'
Expand Down
2 changes: 1 addition & 1 deletion proj-android/PowerAuthLibrary/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=0.18.1
VERSION_NAME=0.19.0
GROUP_ID=io.getlime.security.powerauth
ARTIFACT_ID=powerauth-android-sdk
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.18.0</string>
<string>0.19.0</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.18.0</string>
<string>0.19.0</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.18.0</string>
<string>0.19.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit af9dd5d

Please sign in to comment.