Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 9, 2024
1 parent 4ed2c6a commit 8ed29e3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/catppuccin/cursors/compare/v0.3.0...v0.3.1) (2024-06-09)


### Bug Fixes

* **hyprcursor:** solve application consistency and scaling ([#29](https://github.com/catppuccin/cursors/issues/29)) ([4ed2c6a](https://github.com/catppuccin/cursors/commit/4ed2c6a76613825ea59e3edff50818353354a396))

## [0.3.0](https://github.com/catppuccin/cursors/compare/v0.2.1...v0.3.0) (2024-05-31)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/

<!-- x-release-please-start-version -->

1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v0.3.0).
1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v0.3.1).

1. Extract the downloaded zip to one of the following locations:

Expand All @@ -56,7 +56,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/

```bash
cd $HOME/.icons # or `/usr/share/icons`
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v0.3.0/catppuccin-frappe-blue-cursors.zip
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v0.3.1/catppuccin-frappe-blue-cursors.zip
unzip catppuccin-frappe-blue-cursors.zip
```

Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ compile_hyprcursors() {
cat >"$out_dir"/manifest.hl <<-EOM
name = ${theme_name%-cursors}
description = ${theme_comment#Comment=}
version = "v0.3.0" # x-release-please-version
version = "v0.3.1" # x-release-please-version
cursors_directory = hyprcursors
EOM
}
Expand Down

0 comments on commit 8ed29e3

Please sign in to comment.