Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
Update versions for Cordova and bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Luk committed Apr 21, 2017
1 parent d2dc99c commit 02d5316
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
36 changes: 21 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
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)
json (~> 1.8)
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
Expand All @@ -34,4 +40,4 @@ DEPENDENCIES
releasinator (~> 0.6)

BUNDLED WITH
1.12.5
1.14.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<name>PayPalMobile</name>
<description>This plugin allows to add to add PayPal Payments to your application using PayPal Mobile SDK Native library</description>
<keywords>paypal, sdk, payments</keywords>
Expand Down

0 comments on commit 02d5316

Please sign in to comment.