From 74d87d178fcdc3bbd78298f5034312518c7771bd Mon Sep 17 00:00:00 2001 From: eatsfoobars Date: Sun, 1 Mar 2020 03:34:41 +0000 Subject: [PATCH] [housekeeping] Remove quotes from version name Due to a change in apktool (?), the versionName was being parsed incorrectly. --- README.md | 2 +- patches/branding/1041.patch | 4 ++-- patches/branding/1045.patch | 4 ++-- patches/necessary/1041.patch | 2 +- patches/necessary/1045.patch | 2 +- patches/noemojibutton/README.md | 4 ++-- patches/slashcommands/README.md | 4 ++-- patchport-state.json | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9c6cd51a..34c3ae52 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Modular Client Mod for Discord's Android app. -**Latest supported Discord Android version:** '11.4' (1045), released on 2020-02-29. +**Latest supported Discord Android version:** 11.4 (1045), released on 2020-03-01. New patch development will be done for the latest supported version. diff --git a/patches/branding/1041.patch b/patches/branding/1041.patch index 2665b858..111506c4 100644 --- a/patches/branding/1041.patch +++ b/patches/branding/1041.patch @@ -3,12 +3,12 @@ diff -crB from/AndroidManifest.xml to/AndroidManifest.xml --- to/AndroidManifest.xml 2020-02-24 20:13:55.033903663 +0000 *************** *** 1,4 **** -! +! --- 1,4 ---- -! +! diff --git a/patches/branding/1045.patch b/patches/branding/1045.patch index 0b2c3f11..ddc6f2e3 100644 --- a/patches/branding/1045.patch +++ b/patches/branding/1045.patch @@ -3,12 +3,12 @@ diff -crB from/AndroidManifest.xml to/AndroidManifest.xml --- to/AndroidManifest.xml 2020-02-24 20:13:55.033903663 +0000 *************** *** 1,4 **** -! +! --- 1,4 ---- -! +! diff --git a/patches/necessary/1041.patch b/patches/necessary/1041.patch index ec331179..fca1bf3e 100644 --- a/patches/necessary/1041.patch +++ b/patches/necessary/1041.patch @@ -8,7 +8,7 @@ diff -crB from/AndroidManifest.xml to/AndroidManifest.xml --- 1,4 ---- -! +! diff --git a/patches/necessary/1045.patch b/patches/necessary/1045.patch index 743e07db..b9570848 100644 --- a/patches/necessary/1045.patch +++ b/patches/necessary/1045.patch @@ -8,7 +8,7 @@ diff -crB from/AndroidManifest.xml to/AndroidManifest.xml --- 1,4 ---- -! +! diff --git a/patches/noemojibutton/README.md b/patches/noemojibutton/README.md index 29a2b588..566b0e91 100644 --- a/patches/noemojibutton/README.md +++ b/patches/noemojibutton/README.md @@ -11,6 +11,6 @@ Self explanatory. #### Available and tested on: - 10.4.1 - 10.5.1 -- '11.0' -- '11.4' +- 11.0 +- 11.4 diff --git a/patches/slashcommands/README.md b/patches/slashcommands/README.md index 483464b7..b4737b42 100644 --- a/patches/slashcommands/README.md +++ b/patches/slashcommands/README.md @@ -87,6 +87,6 @@ Commands like fw can be generated by `textreplacegen.py` or `textreplacegen-arra - 10.3.2 - 10.4.1 - 10.5.1 -- '11.0' -- '11.4' +- 11.0 +- 11.4 diff --git a/patchport-state.json b/patchport-state.json index 29b37041..6c92b026 100644 --- a/patchport-state.json +++ b/patchport-state.json @@ -1 +1 @@ -{"versionname": "'11.4'", "versioncode": "1045"} \ No newline at end of file +{"versionname": "11.4", "versioncode": "1045"}