Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmprytz committed Dec 31, 2020
1 parent e4a6e05 commit 90aaae1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

This project follows the [semantic versioning](https://semver.org) convention.

## v0.1.0 (unreleased)
## v0.1.0 (released on 2021-01-01)

- Initial release, introduces versioning to the project
4 changes: 2 additions & 2 deletions install-panel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ set -e
#############################################################################

# versioning
GITHUB_SOURCE="master"
SCRIPT_RELEASE="canary"
GITHUB_SOURCE="v0.1.0"
SCRIPT_RELEASE="v0.1.0"

# exit with error status code if user is not root
if [[ $EUID -ne 0 ]]; then
Expand Down
4 changes: 2 additions & 2 deletions install-wings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ set -e
#############################################################################

# versioning
GITHUB_SOURCE="master"
SCRIPT_RELEASE="canary"
GITHUB_SOURCE="v0.1.0"
SCRIPT_RELEASE="v0.1.0"

#################################
######## General checks #########
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -e
# #
#############################################################################

SCRIPT_VERSION="master"
SCRIPT_VERSION="v0.1.0"

# exit with error status code if user is not root
if [[ $EUID -ne 0 ]]; then
Expand Down

0 comments on commit 90aaae1

Please sign in to comment.