We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406f9ee commit 2862463Copy full SHA for 2862463
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.darmo_creations</groupId>
8
<artifactId>ImagesLibrary</artifactId>
9
- <version>1.1</version>
+ <version>1.1.1</version>
10
<name>ImagesLibrary</name>
11
12
<properties>
src/main/java/net/darmo_creations/imageslibrary/App.java
@@ -19,7 +19,7 @@
19
20
public class App extends Application {
21
public static final String NAME = "Image Library";
22
- public static final String VERSION = "1.1";
+ public static final String VERSION = "1.1.1";
23
24
private static Logger LOGGER;
25
0 commit comments