From 3cbdab5f838e0adae9ae163969fb6c59bda2dada Mon Sep 17 00:00:00 2001 From: Erik Brommers Date: Tue, 13 Feb 2024 19:56:30 -0800 Subject: [PATCH] Bump version Patch release 1.15.2 (remove android permission) --- config.xml | 2 +- www/js/Application.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index 94b8c0a1..70d766ab 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/www/js/Application.js b/www/js/Application.js index 45e960bb..11ec0bc1 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.15.1", // appended with Android / iOS build info - AndroidBuild: "50", // (was milestone release #) + version: "1.15.2", // appended with Android / iOS build info + AndroidBuild: "51", // (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