From be58f148e4015897f0b9b583b36cbd528967fc0e Mon Sep 17 00:00:00 2001 From: Erik Brommers <1458944+eb1@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:34:21 -0700 Subject: [PATCH] Bump version to 1.17.1 (60) --- config.xml | 2 +- package.json | 2 +- www/js/Application.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index 406d1e82..7d8a5899 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 e29724c0..ea6cdd3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-it-mobile", - "version": "1.17.0", + "version": "1.17.1", "description": "Adapt It Mobile", "repository": { "type": "git", diff --git a/www/js/Application.js b/www/js/Application.js index 5e7fd5bc..2b068106 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.0", // appended with Android / iOS build info - AndroidBuild: "59", // (was milestone release #) + version: "1.17.1", // appended with Android / iOS build info + AndroidBuild: "60", // (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