Skip to content

Commit

Permalink
new version 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 1, 2024
1 parent 1231d84 commit 315e997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asan_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ LD_PRELOAD="$asan_runtime_lib" \
-Dcompose.application.configure.swing.globals=true \
-Dcompose.application.resources.dir="$p"/build/compose/tmp/prepareAppResources \
-Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant \
-cp "$p"/build/compose/jars/trifa_material-linux-x64-1.0.22.jar \
-cp "$p"/build/compose/jars/trifa_material-linux-x64-1.0.23.jar \
MainKt

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.zoffcc.applications.trifa_material"
version = "1.0.22"
version = "1.0.23"
val appName = "trifa_material"

repositories {
Expand Down

0 comments on commit 315e997

Please sign in to comment.