Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vafeen committed Oct 27, 2024
1 parent 19446fc commit 724cca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "ru.vafeen.whisperoftasks"
minSdk = 26
targetSdk = 35
versionCode = 24
versionName = "1.0.3"
versionCode = 25
versionName = "1.1.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
8 changes: 4 additions & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v1.0.2
New version v1.0.2!!
v1.1.3
New version v1.1.3!!

What's fix:
What's fixed:

- Modify type of text in pickers
- Days in the past for viewing tasks

0 comments on commit 724cca0

Please sign in to comment.