Skip to content

Commit

Permalink
Tag v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrboomer committed Mar 28, 2020
1 parent 72233b6 commit f33f9b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PaciolanSdkCapacitorPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '11.0'
s.dependency 'Capacitor'
s.dependency 'PaciolanSDK', '3.1.0'
s.dependency 'PaciolanSDK', '3.2.0'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ allprojects {
}

dependencies {
implementation 'com.paciolan:mobilesdk:3.1.0'
implementation 'com.paciolan:mobilesdk:3.2.0'
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paciolan-sdk-capacitor-plugin",
"version": "3.1.0",
"version": "3.2.0",
"description": "A capacitor plugin for the Paciolan ticketing SDK.",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit f33f9b9

Please sign in to comment.