From f4c76c59633a099daf2d5373685a4917f01b0659 Mon Sep 17 00:00:00 2001 From: ewt45 <79033456+ewt45@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patchapp/build.gradle | 4 ++-- patchapp/release/output-metadata.json | 4 ++-- readme/readme_ru.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/patchapp/build.gradle b/patchapp/build.gradle index 41cda660..7b10f750 100644 --- a/patchapp/build.gradle +++ b/patchapp/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.ewt45.patchapp" minSdk 21 targetSdk 27 - versionCode 7 - versionName '0.0.6' + versionCode 8 + versionName '0.1.0' resourceConfigurations += ['en', 'zh', 'ru'] testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/patchapp/release/output-metadata.json b/patchapp/release/output-metadata.json index 7aea337d..f5178961 100644 --- a/patchapp/release/output-metadata.json +++ b/patchapp/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 7, - "versionName": "0.0.6", + "versionCode": 8, + "versionName": "0.1.0", "outputFile": "EDPatch-beta.apk" } ], diff --git a/readme/readme_ru.md b/readme/readme_ru.md index be9891c0..198599ee 100644 --- a/readme/readme_ru.md +++ b/readme/readme_ru.md @@ -55,12 +55,12 @@ ### v0.1.0 - Old functions updated: 1. container settings - renderers -- fix: if lines start with # appears in the middle of txt, the lines below will not be read correctly. -- txt supports adding undefined renderers.(copy a renderer lines, change its key, name and env) after added it will be shown in the options. + - fix: if lines start with # appears in the middle of txt, the lines below will not be read correctly. + - txt supports adding undefined renderers.(copy a renderer lines, change its key, name and env) after added it will be shown in the options. 2. app shortcut -- support icons. (if any) + - support icons. (if any) 3. show cursor -- fix: in the last version(v0.0.6) assets/mouse.png is missing + - fix: in the last version(v0.0.6) assets/mouse.png is missing ### v0.0.6 - New functions available: