Skip to content

Commit

Permalink
Release v0.39.1
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
modos189 committed Oct 24, 2024
1 parent 9d71744 commit ab81133
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 ab81133

Please sign in to comment.