diff --git a/Gemfile.lock b/Gemfile.lock
index 3f8478e..2c1393f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,17 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
- addressable (2.4.0)
+ addressable (2.5.1)
+ public_suffix (~> 2.0, >= 2.0.2)
colorize (0.8.1)
- configatron (4.5.0)
- faraday (0.9.2)
+ commonmarker (0.14.15)
+ ruby-enum (~> 0.5)
+ configatron (4.5.1)
+ faraday (0.12.1)
multipart-post (>= 1.2, < 3)
- github-markup (1.4.0)
- json (1.8.3)
+ github-markup (1.6.0)
+ i18n (0.8.1)
+ json (1.8.6)
multipart-post (2.0.0)
- octokit (4.3.0)
- sawyer (~> 0.7.0, >= 0.5.3)
- redcarpet (3.3.4)
+ octokit (4.7.0)
+ sawyer (~> 0.8.0, >= 0.5.3)
+ public_suffix (2.0.5)
releasinator (0.6.3)
colorize (~> 0.7)
configatron (~> 4.5)
@@ -19,13 +23,15 @@ GEM
octokit (~> 4.0)
semantic (~> 1.4)
vandamme (~> 0.0.11)
- sawyer (0.7.0)
- addressable (>= 2.3.5, < 2.5)
- faraday (~> 0.8, < 0.10)
- semantic (1.4.1)
- vandamme (0.0.11)
+ ruby-enum (0.7.1)
+ i18n
+ sawyer (0.8.1)
+ addressable (>= 2.3.5, < 2.6)
+ faraday (~> 0.8, < 1.0)
+ semantic (1.6.0)
+ vandamme (0.0.12)
+ commonmarker (~> 0.14.14)
github-markup (~> 1.3)
- redcarpet (~> 3.3.2)
PLATFORMS
ruby
@@ -34,4 +40,4 @@ DEPENDENCIES
releasinator (~> 0.6)
BUNDLED WITH
- 1.12.5
+ 1.14.6
diff --git a/package.json b/package.json
index 9a46920..896d551 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "com.paypal.cordova.mobilesdk",
- "version": "3.4.0",
+ "version": "3.5.0",
"description": "This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library",
"cordova": {
"id": "com.paypal.cordova.mobilesdk",
diff --git a/plugin.xml b/plugin.xml
index 598f058..5d13f2c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.paypal.cordova.mobilesdk"
- version="3.4.0">
+ version="3.5.0">
PayPalMobile
This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library
paypal, sdk, payments