Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaakhanimann committed Oct 21, 2024
1 parent b6f1441 commit c6201b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.isaakhanimann.journal"
minSdk = 26
targetSdk = 34
versionCode = 40
versionName = "8.11"
versionCode = 41
versionName = "8.12"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const val DOSE_DISCLAIMER =

const val VOLUMETRIC_DOSE_ARTICLE_URL = "https://psychonautwiki.org/wiki/Volumetric_liquid_dosing"

const val VERSION_NAME = "8.11"
const val VERSION_NAME = "8.12"

const val FULL_STOMACH_DISCLAIMER = "A full stomach delays the onset of oral ingestions by approx. 3 hours."

Expand Down

0 comments on commit c6201b0

Please sign in to comment.