Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jan 12, 2023
1 parent 89e9887 commit 3d3a75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions WultraMobileTokenSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WultraMobileTokenSDK'
s.version = '1.1.3'
s.version = '1.5.0'
# Metadata
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'High level PowerAuth based library written in swift'
Expand Down Expand Up @@ -33,11 +33,5 @@ Pod::Spec.new do |s|
sub.source_files = 'WultraMobileTokenSDK/Push/**/*.swift'
sub.dependency 'WultraMobileTokenSDK/Common'
end

# 'Inbox' subspec
s.subspec 'Inbox' do |sub|
sub.source_files = 'WultraMobileTokenSDK/Inbox/**/*.swift'
sub.dependency 'WultraMobileTokenSDK/Common'
end

end
end
2 changes: 1 addition & 1 deletion WultraMobileTokenSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<string>1.5.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 3d3a75e

Please sign in to comment.