diff --git a/README.md b/README.md index 842466b..b9a7ea0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen) ![Eclipse Marketplace](https://img.shields.io/badge/license-AGPL3.0-blue) -![Eclipse Marketplace](https://img.shields.io/badge/version-v1.9-green) +![Eclipse Marketplace](https://img.shields.io/badge/version-v1.95-green)


@@ -12,7 +12,7 @@ Fix the native notification bar icon function abandoned by the MIUI development # 开始使用 点击下载最新版本 -![Eclipse Marketplace](https://img.shields.io/badge/download-v1.9-green) +![Eclipse Marketplace](https://img.shields.io/badge/download-v1.95-green)

⚠️ 适配说明
diff --git a/build.gradle b/build.gradle index 4a44cb4..1ce017f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ plugins { } ext { - appVersionName = "1.9" - appVersionCode = 21 + appVersionName = "1.95" + appVersionCode = 22 } task clean(type: Delete) {