Skip to content

Commit

Permalink
chore: Update app version to 6.7.0
Browse files Browse the repository at this point in the history
Updated the app version to 6.7.0 in `CommonConstants` and `
libs.versions.toml`.

- Updated `APP_VERSION` constant in `CommonConstants` from "6.6.0" to "6.7.0".
- Updated `code-version` in `libs.versions.toml` from "660" to "670".

- Updated `name-version` in `libs.versions.toml` from "6.6.0" to "6.7.0".
  • Loading branch information
youndon committed Nov 6, 2024
1 parent 05ecc0c commit f9cc678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package city.zouitel.systemDesign


object CommonConstants {
const val APP_VERSION = "6.6.0"
const val APP_VERSION = "6.7.0"
const val APP_NAME = "JetNote"
const val NONE = "unspecified"

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kotlin = "2.0.0"
compileSdk-version = "35"
minSdk-version = "26"
targetSdk-version = "34"
code-version = "660"
name-version = "6.6.0"
code-version = "670"
name-version = "6.7.0"
compose-version = "1.5.14"

#Android.
Expand Down

0 comments on commit f9cc678

Please sign in to comment.