From 784ab11495fe0214bc76a093c1d3e4a4e798db3a Mon Sep 17 00:00:00 2001 From: Erik Brommers <1458944+eb1@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:41:07 -0700 Subject: [PATCH] Bump version to 1.16.1 Folding in patch fixes --- config.xml | 5 +++-- package.json | 4 ++-- www/js/Application.js | 4 ++-- www/res/electron/settings.json | 6 ++++++ 4 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 www/res/electron/settings.json diff --git a/config.xml b/config.xml index aaac6086..5fa4b33b 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Adapt It Mobile An open source application for translating between related languages. @@ -353,8 +353,9 @@ - + + diff --git a/package.json b/package.json index 5f2c5733..8bf3704c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-it-mobile", - "version": "1.16.0", + "version": "1.16.1", "description": "Adapt It Mobile", "repository": { "type": "git", @@ -95,4 +95,4 @@ "ios" ] } -} \ No newline at end of file +} diff --git a/www/js/Application.js b/www/js/Application.js index 308f5a19..c6defb86 100755 --- a/www/js/Application.js +++ b/www/js/Application.js @@ -79,8 +79,8 @@ define(function (require) { searchIndex: 0, currentProject: null, localURLs: [], - version: "1.16.0", // appended with Android / iOS build info - AndroidBuild: "52", // (was milestone release #) + version: "1.16.1", // appended with Android / iOS build info + AndroidBuild: "53", // (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 diff --git a/www/res/electron/settings.json b/www/res/electron/settings.json new file mode 100644 index 00000000..04784188 --- /dev/null +++ b/www/res/electron/settings.json @@ -0,0 +1,6 @@ +{ + "browserWindow": { + "width": 1024, + "height": 768 + } +} \ No newline at end of file