Skip to content

Commit 830569d

Browse files
committed
release: 2.0.1
Signed-off-by: aimok04 <aimok04@mailbox.org>
1 parent 6a861ec commit 830569d

5 files changed

Lines changed: 46 additions & 364 deletions

File tree

composeApp/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ val prop =
2323
val date = LocalDate.now().toString()
2424

2525
// Android/linux version name can contain more information
26-
val kitshnVersionName = "2.0.0"
27-
val kitshnVersionCode = 20000
26+
val kitshnVersionName = "2.0.1"
27+
val kitshnVersionCode = 20010
2828

2929
// iOS, dmg and MSI are limited to [Major].[Minor].[Patch] format
30-
val kitshnAlternateVersionName = "2.0.0"
30+
val kitshnAlternateVersionName = "2.0.1"
3131
val kitshnAlternateBuildVersionName = kitshnAlternateVersionName.split(".").run {
3232
this[0] + "." + this[1] + "." + kitshnVersionCode
3333
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Happy New Year! 🥳
2+
3+
This is the first minor bug fix release of kitshn v2.
4+
5+
1. Fixed issue where past date's labels only included weekdays (#313).
6+
2. Fixed issue where plurals weren't used in shopping (#307).

0 commit comments

Comments
 (0)