Skip to content

Commit

Permalink
optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesCZY committed Oct 18, 2024
1 parent dd59a7d commit 789ddbc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- "**/workflows-trigger.properties"

env:
PACKAGE_VERSION: 1.1.0
V_PACKAGE_VERSION: v1.1.0
PACKAGE_VERSION: 1.1.1
V_PACKAGE_VERSION: v1.1.1

jobs:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ compose.desktop {
}
}
packageName = mPackageName
packageVersion = "1.1.0"
packageVersion = "1.1.1"
description = "compose multiplatform xlog decode"
copyright = "© 2024 leavesCZY. All rights reserved."
vendor = "leavesCZY"
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
jetbrains-kotlin = "2.0.20"
jetbrains-compose = "1.7.0-rc01"
jetbrains-kotlin = "2.0.21"
jetbrains-compose = "1.7.0"

androidx-datastore = "1.1.1"
jetbrains-lifecycle-viewmodel-compose = "2.8.2"
jetbrains-lifecycle-viewmodel-compose = "2.8.3"
luben-zstd-jni = "1.5.6-6"
bouncycastle-bcprov-jdk18on = "1.78.1"

Expand Down
2 changes: 1 addition & 1 deletion workflows-trigger.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
trigger=6
trigger=7

0 comments on commit 789ddbc

Please sign in to comment.