Skip to content

Commit aa64eec

Browse files
authored
Merge pull request #39 from joshmoore/0_0_6
Bump to 0.0.6 to trigger release
2 parents 9520858 + c1fb373 commit aa64eec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish package to the Maven Central Repository
22
on:
33
release:
4-
types: [created]
4+
types: [created, published]
55
jobs:
66
publish:
77
runs-on: ubuntu-latest

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.zarr</groupId>
88
<artifactId>zarr-java</artifactId>
9-
<version>0.0.5</version>
9+
<version>0.0.6</version>
1010

1111
<name>zarr-java</name>
1212

0 commit comments

Comments
 (0)