Skip to content

Commit

Permalink
Cut 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcslee committed Feb 22, 2024
1 parent f66e825 commit 2012ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.heronarts</groupId>
<artifactId>lx</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>LX</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/heronarts/lx/LX.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
*/
public class LX {

public static final String VERSION = "1.0.0-SNAPSHOT";
public static final String VERSION = "1.0.0";

public static class InstantiationException extends Exception {

Expand Down

0 comments on commit 2012ee2

Please sign in to comment.