diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-09-03 18:14:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-09-03 18:14:57 +0200 |
| commit | c73bf06dff4921b20f344a9cbb91b9b88f4546eb (patch) | |
| tree | c377b6dd0f477052a00334e71b1abe3658c27d6a | |
| parent | 0261ee59c47c4a940cd41b526bd891a97c02a6dd (diff) | |
bump to 1.2.3
| -rwxr-xr-x | StoneIsland/config.xml | 4 | ||||
| -rw-r--r-- | StoneIsland/package-lock.json | 4 | ||||
| -rw-r--r-- | StoneIsland/package.json | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index cfe778f7..1e67cfbe 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,10 +1,10 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="6121" id="us.okfoc.stoneisland" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="6123" id="us.okfoc.stoneisland" version="1.2.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Stone Island</name> <description> Stone Island </description> - <author email="julescarbon@gmail.com" href="http://asdf.us/"> + <author email="julescarbon@gmail.com" href="https://asdf.us/"> Jules LaPlace </author> <content src="index.html" /> diff --git a/StoneIsland/package-lock.json b/StoneIsland/package-lock.json index a6e74427..d555ffc3 100644 --- a/StoneIsland/package-lock.json +++ b/StoneIsland/package-lock.json @@ -4627,6 +4627,10 @@ "resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz", "integrity": "sha1-9q76LjzlYWkgjlIXnf5B+JFBo2k=" }, + "phonegap-plugin-mobile-accessibility": { + "version": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git#e9821054c38fb203c3fe632bd7bbaa02ca56e544", + "from": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git" + }, "phonegap-plugin-push": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/phonegap-plugin-push/-/phonegap-plugin-push-1.11.1.tgz", diff --git a/StoneIsland/package.json b/StoneIsland/package.json index f2ab351b..f495f4ad 100644 --- a/StoneIsland/package.json +++ b/StoneIsland/package.json @@ -21,6 +21,7 @@ "cordova-plugin-x-socialsharing": "~5.1.3", "ionic-plugin-keyboard": "~2.2.1", "ios-deploy": "^1.9.4", + "phonegap-plugin-mobile-accessibility": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git", "phonegap-plugin-push": "^1.11.1", "plist": "^3.0.1" }, @@ -52,11 +53,12 @@ "phonegap-plugin-push": { "SENDER_ID": "85075801930" }, - "cordova-plugin-sim": {} + "cordova-plugin-sim": {}, + "phonegap-plugin-mobile-accessibility": {} }, "platforms": [ "android", "ios" ] } -} +}
\ No newline at end of file |
