-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/0.2.0' into develop
- Loading branch information
Showing
9 changed files
with
48 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Travis CI Build Configuration + | ||
# project nord-java + | ||
# version 0.1.0 + | ||
# repository https://github.com/arcticicestudio/nord-java + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Circle CI Build Configuration + | ||
# project nord-java + | ||
# version + | ||
# repository https://github.com/arcticicestudio/nord-java + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Binary Assembly Descriptor + | ||
project nord-java + | ||
version + | ||
repository https://github.com/arcticicestudio/nord-java + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ copyright Copyright (C) 2016 + | |
* </div> | ||
* | ||
* @author Arctic Ice Studio <[email protected]> | ||
* @version 0.1.0 | ||
* @version 0.2.0 | ||
* @since 0.1.0 | ||
*/ | ||
public enum Nord { | ||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ copyright Copyright (C) 2016 + | |
* The public API entry point is the {@link com.arcticicestudio.nord.Nord} enum. | ||
* | ||
* @author Arctic Ice Studio <[email protected]> | ||
* @version 0.1.0 | ||
* @version 0.2.0 | ||
* @since 0.1.0 | ||
*/ | ||
package com.arcticicestudio.nord; | ||
package com.arcticicestudio.nord; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters