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 {