Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaakhanimann committed Jan 14, 2025
1 parent 1be2c5f commit 1c531f5
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 @@ -16,8 +16,8 @@ android {
applicationId = "com.isaakhanimann.journal"
minSdk = 26
targetSdk = 35
versionCode = 56
versionName = "11.5"
versionCode = 57
versionName = "11.6"

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 = "11.5"
const val VERSION_NAME = "11.6"

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

Expand Down

0 comments on commit 1c531f5

Please sign in to comment.