Skip to content

Commit

Permalink
Bump version to v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abb128 committed Jun 18, 2024
1 parent a599726 commit e734c0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.3.4
* Fixed a compatibility issue with some devices causing a crash when used
* Improvements for TalkBack
* Updated the payment page design
* Updated license

# v1.3.3
* Fixed a bug causing infinite processing

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "org.futo.voiceinput"
minSdk 24
targetSdk 33
versionCode 24
versionName "1.3.3"
versionCode 25
versionName "1.3.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit e734c0d

Please sign in to comment.