Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimjio committed Feb 19, 2023
1 parent 1e9f4bb commit 0a32b37
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.App.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.2

- Add character dialogue caption option

## 1.4.1

- Fixed error that occur under Android 12

## 1.4.0

- Add various preferences
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.15.2

- Enhanced NowLoading fallback logic

## 2.15.1

- Fixed an issue where the resolution was incorrect when the screen was rotated from horizontal to vertical
Expand Down
4 changes: 2 additions & 2 deletions module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ext {
moduleName = "UmamusumeLocalify"
moduleAuthor = "Kimjio"
moduleDescription = "umamusume-localify"
moduleVersion = "2.15.1"
moduleVersionCode = 23
moduleVersion = "2.15.2"
moduleVersionCode = 24
moduleUpdateJson = "https://raw.githubusercontent.com/Kimjio/umamusume-localify-android/main/update"

// Riru
Expand Down
6 changes: 3 additions & 3 deletions update-riru.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.15.1",
"versionCode": 23,
"zipUrl": "https://github.com/Kimjio/umamusume-localify-android/releases/latest/download/riru-umamusume-localify-2.15.1-release.zip",
"version": "2.15.2",
"versionCode": 24,
"zipUrl": "https://github.com/Kimjio/umamusume-localify-android/releases/latest/download/riru-umamusume-localify-2.15.2-release.zip",
"changelog": "https://raw.githubusercontent.com/Kimjio/umamusume-localify-android/main/CHANGELOG.md"
}
6 changes: 3 additions & 3 deletions update-zygisk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.15.1",
"versionCode": 23,
"zipUrl": "https://github.com/Kimjio/umamusume-localify-android/releases/latest/download/zygisk-umamusume-localify-2.15.1-release.zip",
"version": "2.15.2",
"versionCode": 24,
"zipUrl": "https://github.com/Kimjio/umamusume-localify-android/releases/latest/download/zygisk-umamusume-localify-2.15.2-release.zip",
"changelog": "https://raw.githubusercontent.com/Kimjio/umamusume-localify-android/main/CHANGELOG.md"
}

0 comments on commit 0a32b37

Please sign in to comment.