We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a134c3 commit 118ecc6Copy full SHA for 118ecc6
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
6
env:
7
- VERSION: "1.0.0"
+ VERSION: "1.1.0"
8
9
jobs:
10
pom.xml
@@ -16,7 +16,7 @@
16
17
<groupId>me.n1ar4</groupId>
18
<artifactId>jar-analyzer-engine</artifactId>
19
- <version>1.0.0</version>
+ <version>1.1.0</version>
20
<packaging>jar</packaging>
21
<description>Jar Analyzer Engine</description>
22
0 commit comments