diff --git a/library.properties b/library.properties index d40b7a5..61341fd 100644 --- a/library.properties +++ b/library.properties @@ -4,7 +4,7 @@ maxRevision=0 minRevision=0 name=Luna Video Mapping paragraph= -prettyVersion=1.0.0-beta +prettyVersion=1.0.1 sentence=A video mapping library with a user interface. url=https\://luna.art.br/ -version=0 +version=1 diff --git a/release.properties b/release.properties index be785a0..fde9d80 100644 --- a/release.properties +++ b/release.properties @@ -8,7 +8,7 @@ name=Luna Video Mapping # 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. NOTE: This must be parsable as an int! -version=0 +version=1 # The version of your library. It usually follows semantic versioning (semver), # which uses three numbers separated by dots: "MAJOR.MINOR.PATCH" (e.g., "1.0.0"). @@ -20,7 +20,7 @@ version=0 # Note: The prettyVersion value defined here can be overwritten by a GitHub release tag. # If a release tag is present, the numeric part of the tag will be used as the version number. # See docs/release.md for more details. -prettyVersion = 0.1.4-alpha +prettyVersion = 1.0.1 # List of authors. Links can be provided using the syntax [author name](url). authors=[Daniel Corbani](https://danielcorbani.art.br/)