Skip to content

Commit f4e22f8

Browse files
chore: release 0.4.2
1 parent 1863562 commit f4e22f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
build:
1313
runs-on: ${{matrix.os}}
14-
name: Build ${{matrix.platform}}${{matrix.arch != '' && format(' ({0})', matrix.arch) || ''}}) packages
14+
name: Build ${{matrix.platform}}${{matrix.arch != '' && format(' ({0})', matrix.arch) || ''}} packages
1515
strategy:
1616
fail-fast: false
1717
matrix:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The version of the project.
2-
project.version=0.4.1
2+
project.version=0.4.2
33

44
# Specifies the JVM arguments used for the daemon process.
55
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)