Skip to content

Commit

Permalink
ChromeXt v3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Sep 3, 2023
1 parent c0a80f1 commit 2401f53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = 12
versionName = "3.6.0"
versionCode = 13
versionName = "3.7.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 @@ -743,7 +743,7 @@ GM.bootstrap = () => {
}

GM_info.scriptHandler = "ChromeXt";
GM_info.version = "3.6.0";
GM_info.version = "3.7.0";
Object.freeze(GM_info);
ChromeXt.scripts.push(GM_info);
if (typeof GM_xmlhttpRequest == "function")
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">ChromeXt</string>
<string name="view_in_chrome">Open in Chrome</string>
<string name="xposed_desc">Add Userscript support for chrome through LSPosed</string>
<string name="xposed_desc">UserScript and DevTools supports for Chromium based and WebView based browsers</string>
<string name="main_menu_extension">Extensions</string>
<string name="main_menu_install_script">Install UserScript</string>
<string name="main_menu_developer_tools">Developer tools</string>
Expand Down

0 comments on commit 2401f53

Please sign in to comment.