Skip to content

Commit 2641ebf

Browse files
committed
Fix WalletAddressDialog UI overflow
2 parents 67b18cb + 70a311d commit 2641ebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_to_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '17'
2626

2727
- name: Create Release
28-
run: gh release create ${{ github.ref_name }} --title "Amuze $(echo ${{ github.ref_name }} | rev | cut -d 'v' -f 1)" --generate-notes
28+
run: gh release create ${{ github.ref_name }} --title "Amuze $(echo ${{ github.ref_name }} | rev | cut -d 'v' -f 1 | rev)" --generate-notes
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

amuze/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
alias(libs.plugins.jetbrains.compose.compiler)
1111
}
1212

13-
val versionName = "0.2.0"
13+
val versionName = "0.2.1"
1414
val artifactId = "amuze"
1515
val groupId = "com.infbyte"
1616

0 commit comments

Comments
 (0)