diff --git a/library.properties b/library.properties index 84ca140..d429dc9 100644 --- a/library.properties +++ b/library.properties @@ -42,11 +42,11 @@ paragraph = Once connected to your computer, use the MIDI controller to control # 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 = 1 # This must be parsable as an int +version = 2 # This must be parsable as an int # The version as the user will see it. If blank, the version attribute will be # used here. This should be a single word, with no spaces. -prettyVersion = 0.9a # This is treated as a String +prettyVersion = 1.0a # This is treated as a String # The min and max revision of Processing compatible with your library. # Note that these fields use the revision and not the version of Processing,