We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830bbc8 commit 3bf609eCopy full SHA for 3bf609e
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## 0.3.3
4
+
5
+- fix github release action
6
7
## 0.3.2
8
9
- use github actions for tests, making releases and publishing
pom.xml
@@ -27,7 +27,7 @@
27
28
<properties>
29
30
- <revision>0.3.2</revision><!-- this is the project.version -->
+ <revision>0.3.3</revision><!-- this is the project.version -->
31
32
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
0 commit comments