diff --git a/core/total-conversion-build.js b/core/total-conversion-build.js index a43f0c341..1638960e0 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.39.0 +// @version 0.39.1 // @description Total conversion for the ingress intel map. // @run-at document-end @@ -10,6 +10,10 @@ window.IITC = IITC; window.script_info = plugin_info; window.script_info.changelog = [ + { + version: '0.39.1', + changes: ['Fix Machina color in chat'], + }, { version: '0.39.0', changes: [ diff --git a/mobile/app/build.gradle b/mobile/app/build.gradle index e9eff0edf..d2b6bc25a 100644 --- a/mobile/app/build.gradle +++ b/mobile/app/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion 17 targetSdkVersion 29 versionCode = getVersionCodeTimeStamps() - versionName "0.39.0" + versionName "0.39.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } signingConfigs {