Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Sep 11, 2018
1 parent 31b8d74 commit f027d5e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions PowerAuth2.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2'
s.version = '0.19.0'
s.version = '0.19.1'
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'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
s.documentation_url = 'https://github.com/wultra/powerauth-mobile-sdk/wiki/PowerAuth-SDK-for-iOS'
s.author = {
'Lime - HighTech Solution s.r.o.' => 'support@lime-company.eu'
'Wultra s.r.o.' => 'support@wultra.com'
}
s.license = {
:type => 'Apache License, Version 2.0',
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

# Source files
s.source = {
:git => 'https://github.com/lime-company/powerauth-mobile-sdk.git',
:git => 'https://github.com/wultra/powerauth-mobile-sdk.git',
:tag => "#{s.version}",
:submodules => true
}
Expand Down
12 changes: 6 additions & 6 deletions PowerAuth2ForExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForExtensions'
s.version = '0.19.0'
s.version = '0.19.1'
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'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
s.documentation_url = 'https://github.com/wultra/powerauth-mobile-sdk/wiki/PowerAuth-SDK-for-iOS-Extensions'
s.author = {
'Lime - HighTech Solution s.r.o.' => 'support@lime-company.eu'
'Wultra s.r.o.' => 'support@wultra.com'
}
s.license = {
:type => 'Apache License, Version 2.0',
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

# Source files
s.source = {
:git => 'https://github.com/lime-company/powerauth-mobile-sdk.git',
:git => 'https://github.com/wultra/powerauth-mobile-sdk.git',
:tag => "#{s.version}",
# submodules => false is enough, but we're using the same git repo as PA2 and cocoapods
# doesn't like when the same repo is cloned without and then with sumbodules...
Expand Down
12 changes: 6 additions & 6 deletions PowerAuth2ForWatch.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForWatch'
s.version = '0.19.0'
s.version = '0.19.1'
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'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
s.documentation_url = 'https://github.com/wultra/powerauth-mobile-sdk/wiki/PowerAuth-SDK-for-watchOS'
s.author = {
'Lime - HighTech Solution s.r.o.' => 'support@lime-company.eu'
'Wultra s.r.o.' => 'support@wultra.com'
}
s.license = {
:type => 'Apache License, Version 2.0',
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

# Source files
s.source = {
:git => 'https://github.com/lime-company/powerauth-mobile-sdk.git',
:git => 'https://github.com/wultra/powerauth-mobile-sdk.git',
:tag => "#{s.version}",
# submodules => false is enough, but we're using the same git repo as PA2 and cocoapods
# doesn't like when the same repo is cloned without and then with sumbodules...
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.19.0
VERSION_NAME=0.19.1
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.19.0</string>
<string>0.19.1</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.0</string>
<string>0.19.1</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.0</string>
<string>0.19.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f027d5e

Please sign in to comment.