Skip to content
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions release.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand All @@ -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/)
Expand Down