Skip to content

Commit bbdf191

Browse files
committed
prepare v2.0.0
1 parent 267d3b6 commit bbdf191

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [v2.0.0] - 24 July 2024
11+
1012
### :warning: Changes for Developers/Package Distributors
1113

1214
- 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.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# A script for preparing binaries of Banana Cursors, created by Abdulkaiz Khatri.
33

4-
version="v2.0.1"
4+
version="v2.0.0"
55

66
error() (
77
set -o pipefail

0 commit comments

Comments
 (0)