Skip to content

Commit 625433c

Browse files
committed
Updated version number
1 parent f987785 commit 625433c

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
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>nanoleaf-desktop</groupId>
44
<artifactId>nanoleaf-desktop</artifactId>
5-
<version>0.8.2</version>
5+
<version>0.8.3</version>
66
<build>
77
<sourceDirectory>src</sourceDirectory>
88
<plugins>

src/io/github/rowak/nanoleafdesktop/Main.java

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

8181
public class Main extends JFrame
8282
{
83-
public static final Version VERSION = new Version("v0.8.2", false);
83+
public static final Version VERSION = new Version("v0.8.3", true);
8484
public static final String VERSION_HOST =
8585
"https://api.github.com/repos/rowak/nanoleaf-desktop/releases";
8686
public static final String GIT_REPO = "https://github.com/rowak/nanoleaf-desktop";

0 commit comments

Comments
 (0)