We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2fe74 commit 4edce7cCopy full SHA for 4edce7c
app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "org.matrix.chromext"
13
minSdk = 21
14
targetSdk = 34
15
- versionCode = 13
16
- versionName = "3.7.0"
+ versionCode = 14
+ versionName = "3.8.0"
17
}
18
19
buildFeatures { buildConfig = true }
app/src/main/assets/GM.js
@@ -1259,7 +1259,7 @@ GM.bootstrap = () => {
1259
1260
1261
GM_info.scriptHandler = "ChromeXt";
1262
- GM_info.version = "3.7.0";
+ GM_info.version = "3.8.0";
1263
Object.freeze(GM_info);
1264
ChromeXt.scripts.push(GM_info);
1265
0 commit comments