Skip to content

Commit

Permalink
Fix Nord public API constant version string
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Dec 3, 2016
1 parent 5f09efc commit c650dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/arcticicestudio/nord/Nord.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public enum Nord {
/**
* The <a href="https://github.com/arcticicestudio/arcver">ArcVer</a> version of the public API.
*/
private static final String VERSION = "0.1.0";
private static final String VERSION = "0.2.0";

/**
* Constructs a new color object.
Expand Down

0 comments on commit c650dd7

Please sign in to comment.