diff --git a/resources/build.properties b/resources/build.properties index 288eb74..2d86049 100755 --- a/resources/build.properties +++ b/resources/build.properties @@ -145,16 +145,16 @@ source.repository=https://github.com/vormplus/colorLib.git # This is used to compare different versions of the same library, and check if # an update is available. -library.version=3 +library.version=4 # The version as the user will see it. # If blank, the library.version attribute will be used here. -library.prettyVersion=2.0.0 +library.prettyVersion=2.0.1 -library.copyright=(C) 2012 - 2014 +library.copyright=(C) 2012 - 2015 library.dependencies=? library.keywords=? diff --git a/resources/library.properties b/resources/library.properties index d43a0b3..7836416 100755 --- a/resources/library.properties +++ b/resources/library.properties @@ -42,8 +42,8 @@ paragraph = ##library.paragraph## # compare different versions of the same library, and check if an update is # available. You should think of it as a counter, counting the total number of # releases you've had. -version = 3 # This must be parsable as an int +version = 4 # This must be parsable as an int # The version as the user will see it. If blank, the version attribute will be # used here. -prettyVersion = 2.0.0 # This is treated as a String +prettyVersion = 2.0.1 # This is treated as a String