Skip to content

Commit c496b78

Browse files
authored
Merge pull request #10 from swnck/dev
Bump version to 1.0.3 in build files because of package cache
2 parents 65c3464 + de57f76 commit c496b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./gradlew build
3333

3434
- name: Publish to GitHub Packages
35-
run: ./gradlew publish
35+
run: ./gradlew clean publish
3636
env:
3737
USERNAME: ${{ github.actor }}
3838
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

build.gradle.kts

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

77
group = "io.github.swnck"
8-
version = "1.0.2"
8+
version = "1.0.3"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)