Skip to content

Commit 2baeb47

Browse files
committed
Release version 0.1.1
1 parent 93362bd commit 2baeb47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
4646
tag_name: ${{ env.RELEASE_VERSION }}
47-
release_name: v${{ env.RELEASE_VERSION }}
47+
release_name: ${{ env.RELEASE_VERSION }}
4848
draft: false
4949
prerelease: false

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.github.reline"
10-
version = "0.1.1-alpha04"
10+
version = "0.1.1"
1111

1212
mavenPublishing {
1313
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)

0 commit comments

Comments
 (0)