Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mileskrell committed Jan 23, 2021
1 parent 45c2d69 commit 70dec9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.mileskrell.texttorch"
minSdkVersion(21)
targetSdkVersion(28)
versionCode = 2
versionName = "1.0.0"
versionCode = 3
versionName = "1.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow specifying how much time must pass before a new conversation is considered to have begun

0 comments on commit 70dec9a

Please sign in to comment.