Skip to content

Commit

Permalink
Update version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
syt0r committed Sep 30, 2024
1 parent d09c9bf commit ea436b0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="preview_assets//inkscape_icon.svg" height=120 style="border-radius: 20px;">

# Kanji Dojo
![Version Badge](https://img.shields.io/badge/version-v2.1.2-blue?style=for-the-badge&labelColor=ffffff&color=ff5555)
![Version Badge](https://img.shields.io/badge/version-v2.1.3-blue?style=for-the-badge&labelColor=ffffff&color=ff5555)

</div>

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AppVersion.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object AppVersion {

const val versionCode = 2120
const val versionCode = 2130

const val versionName = "2.1.2"
const val versionName = "2.1.3"

// Requires 3 numbers
const val desktopAppVersion = versionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ fun VersionChangeDialog(
LazyColumn(
modifier = Modifier.weight(1f).fillMaxWidth()
) {
version("2.1.3", LocalDate(2024, 9, 30)) {
append(
"""
- Updated JLPT vocab decks using data from yomichan-jlpt-vocab open source project
- Fixed several misclassified letters from grade 4-6 and secondary school decks
- Fixed daily limit toggle value not being saved
- Updated vocab reading picker mode, now meanings are shown for all kana words
- Small UI updates
""".trimIndent()
)
}
version("2.1.2", LocalDate(2024, 9, 20)) {
append(
"""
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelog/2130.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Updated JLPT vocab decks using data from yomichan-jlpt-vocab open source project
- Fixed several misclassified letters from grade 4-6 and secondary school decks
- Fixed daily limit toggle value not being saved
- Updated vocab reading picker mode, now meanings are shown for all kana words
- Small UI updates

0 comments on commit ea436b0

Please sign in to comment.