From bbdf191654f771299d0cda590e8805fd4d481c76 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:03:26 +0530 Subject: [PATCH] prepare v2.0.0 --- CHANGELOG.md | 2 ++ build.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d391028..c5cd1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [v2.0.0] - 24 July 2024 + ### :warning: Changes for Developers/Package Distributors - The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using `yarn render` or download them from the release assets. diff --git a/build.sh b/build.sh index 5d0d13b..dfbde61 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # A script for preparing binaries of Banana Cursors, created by Abdulkaiz Khatri. -version="v2.0.1" +version="v2.0.0" error() ( set -o pipefail