Skip to content

Commit

Permalink
Merge pull request #766 from modos189/v0.39.1
Browse files Browse the repository at this point in the history
Release v0.39.1
  • Loading branch information
modos189 authored Oct 24, 2024
2 parents 9d71744 + ab81133 commit 52d272c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion core/total-conversion-build.js
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion mobile/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 52d272c

Please sign in to comment.