Skip to content

Commit 2862463

Browse files
committed
update version to 1.1.1
1 parent 406f9ee commit 2862463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

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

77
<groupId>net.darmo_creations</groupId>
88
<artifactId>ImagesLibrary</artifactId>
9-
<version>1.1</version>
9+
<version>1.1.1</version>
1010
<name>ImagesLibrary</name>
1111

1212
<properties>

src/main/java/net/darmo_creations/imageslibrary/App.java

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

2020
public class App extends Application {
2121
public static final String NAME = "Image Library";
22-
public static final String VERSION = "1.1";
22+
public static final String VERSION = "1.1.1";
2323

2424
private static Logger LOGGER;
2525

0 commit comments

Comments
 (0)