We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ab8e5 commit 67a767cCopy full SHA for 67a767c
app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "org.matrix.chromext"
13
minSdk = 21
14
targetSdk = 33
15
- versionCode = 11
16
- versionName = "3.5.0"
+ versionCode = 12
+ versionName = "3.6.0"
17
}
18
19
buildFeatures { buildConfig = true }
app/src/main/assets/GM.js
@@ -617,7 +617,7 @@ GM.bootstrap = () => {
617
618
GM_info.uuid = Math.random();
619
GM_info.scriptHandler = "ChromeXt";
620
- GM_info.version = "3.5.0";
+ GM_info.version = "3.6.0";
621
Object.freeze(GM_info);
622
ChromeXt.scripts.push(GM_info);
623
0 commit comments