Skip to content

Commit

Permalink
ChromeXt v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Aug 9, 2023
1 parent 46ab8e5 commit 67a767c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "org.matrix.chromext"
minSdk = 21
targetSdk = 33
versionCode = 11
versionName = "3.5.0"
versionCode = 12
versionName = "3.6.0"
}

buildFeatures { buildConfig = true }
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/GM.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ GM.bootstrap = () => {

GM_info.uuid = Math.random();
GM_info.scriptHandler = "ChromeXt";
GM_info.version = "3.5.0";
GM_info.version = "3.6.0";
Object.freeze(GM_info);
ChromeXt.scripts.push(GM_info);
}
Expand Down

0 comments on commit 67a767c

Please sign in to comment.