prepare v1.0.0-alpha1

This commit is contained in:
Abdulkaiz Khatri 2024-06-11 17:34:19 +05:30
parent ea57314d1d
commit 331251ec42
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased] ## [unreleased]
## [v1.0.0-alpha1] - ## [v1.0.0-alpha1] - 11 June 2024
### Added ### Added

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# A script for preparing binaries of Notwaita Cursors, created by Abdulkaiz Khatri. # A script for preparing binaries of Notwaita Cursors, created by Abdulkaiz Khatri.
version="v1.0.0" version="v1.0.0-alpha1"
error() ( error() (
set -o pipefail set -o pipefail