Skip to content

Commit 67a767c

Browse files
committed
ChromeXt v3.6
1 parent 46ab8e5 commit 67a767c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "org.matrix.chromext"
1313
minSdk = 21
1414
targetSdk = 33
15-
versionCode = 11
16-
versionName = "3.5.0"
15+
versionCode = 12
16+
versionName = "3.6.0"
1717
}
1818

1919
buildFeatures { buildConfig = true }

app/src/main/assets/GM.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ GM.bootstrap = () => {
617617

618618
GM_info.uuid = Math.random();
619619
GM_info.scriptHandler = "ChromeXt";
620-
GM_info.version = "3.5.0";
620+
GM_info.version = "3.6.0";
621621
Object.freeze(GM_info);
622622
ChromeXt.scripts.push(GM_info);
623623
}

0 commit comments

Comments
 (0)