From 14094206993a819039e15d76f0c6110d2b22941d Mon Sep 17 00:00:00 2001 From: Erik Brommers <1458944+eb1@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:46:29 -0700 Subject: [PATCH] Bump version, cordova-ios - AIM version 1.17.3 (62) - cordova-ios 7.1.1 --- config.xml | 2 +- package.json | 8 ++++---- www/js/Application.js | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.xml b/config.xml index 8a503755..33c2cec5 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Adapt It Mobile An open source application for translating between related languages. diff --git a/package.json b/package.json index 02e8b183..f0e9dffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-it-mobile", - "version": "1.17.2", + "version": "1.17.3", "description": "Adapt It Mobile", "repository": { "type": "git", @@ -19,7 +19,7 @@ "devDependencies": { "cordova-android": "^13.0.0", "cordova-clipboard": "github:ihadeed/cordova-clipboard", - "cordova-ios": "^7.1.0", + "cordova-ios": "^7.1.1", "cordova-plugin-add-swift-support": "^2.0.2", "cordova-plugin-chooser": "^1.3.2", "cordova-plugin-customurlscheme": "^5.0.2", @@ -91,8 +91,8 @@ "cordova-plugin-filepath": {} }, "platforms": [ - "ios", - "android" + "android", + "ios" ] } } \ No newline at end of file diff --git a/www/js/Application.js b/www/js/Application.js index e36fad5b..14bd711b 100755 --- a/www/js/Application.js +++ b/www/js/Application.js @@ -78,8 +78,8 @@ define(function (require) { searchIndex: 0, currentProject: null, localURLs: [], - version: "1.17.2", // appended with Android / iOS build info - AndroidBuild: "61", // (was milestone release #) + version: "1.17.3", // appended with Android / iOS build info + AndroidBuild: "62", // (was milestone release #) iOSBuild: "1", // iOS uploaded build number for this release (increments from 1 for each release) importingURL: "", // for other apps in Android-land sending us files to import