Skip to content

Commit

Permalink
version stuff for update
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatChair committed Mar 25, 2024
1 parent 98dd008 commit 7c47e54
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 38 deletions.
67 changes: 31 additions & 36 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main/kotlin/com/pose/analysis/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ class App : Application() {
companion object {

// Defines the version of the application
const val VERSION = "v1.0.4"
const val VERSION = "v1.0.5"

// Defines the version as an Int for version comparison
const val VERSIONNUM = 104
const val VERSIONNUM = 105

// Determines whether the app needs an update
var needsUpdate = false
Expand Down

0 comments on commit 7c47e54

Please sign in to comment.