Skip to content

Commit

Permalink
ChromeXt v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Sep 30, 2023
1 parent 8d2fe74 commit 4edce7c
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 = 34
versionCode = 13
versionName = "3.7.0"
versionCode = 14
versionName = "3.8.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 @@ -1259,7 +1259,7 @@ GM.bootstrap = () => {
}

GM_info.scriptHandler = "ChromeXt";
GM_info.version = "3.7.0";
GM_info.version = "3.8.0";
Object.freeze(GM_info);
ChromeXt.scripts.push(GM_info);
}
Expand Down

0 comments on commit 4edce7c

Please sign in to comment.