We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e9b70 commit 6dbf2d2Copy full SHA for 6dbf2d2
.github/workflows/released.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - '*'
7
8
9
jobs:
pom.xml
@@ -6,7 +6,7 @@
<groupId>felnull.dev</groupId>
<artifactId>BetterStorage</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
10
<packaging>jar</packaging>
11
12
<name>BetterStorage</name>
0 commit comments