From c10411034a4b018b892386979283f33670105229 Mon Sep 17 00:00:00 2001 From: xscreach Date: Wed, 15 Nov 2023 23:24:45 +0100 Subject: [PATCH] next dev version (0.37.1) --- core/total-conversion-build.js | 2 +- mobile/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/total-conversion-build.js b/core/total-conversion-build.js index c205a3490..8e91a1eb8 100644 --- a/core/total-conversion-build.js +++ b/core/total-conversion-build.js @@ -1,6 +1,6 @@ // @author jonatkins // @name IITC: Ingress intel map total conversion -// @version 0.37.0 +// @version 0.37.1 // @description Total conversion for the ingress intel map. // @run-at document-end diff --git a/mobile/app/build.gradle b/mobile/app/build.gradle index fc233a03f..16136ebd7 100644 --- a/mobile/app/build.gradle +++ b/mobile/app/build.gradle @@ -32,7 +32,7 @@ android { minSdkVersion 17 targetSdkVersion 29 versionCode = getVersionCodeTimeStamps() - versionName "0.37.0" + versionName "0.37.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } signingConfigs {