mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 07:34:44 -04:00
🚀 Prepare v1.1.1
This commit is contained in:
parent
40a012ea58
commit
036de7ef46
3 changed files with 96 additions and 90 deletions
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [unreleased]
|
||||
|
||||
## [1.1.1] - 9 Feb 2021
|
||||
|
||||
### Changed
|
||||
|
||||
- Cursor is not in expected position fixed #37
|
||||
|
||||
## [1.1.0] - 7 Feb 2021
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "apple_cursor_bitmapper",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"watch": "nodemon --inspect src/index.ts",
|
||||
|
|
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name="applbuild",
|
||||
version="1.1.0",
|
||||
version="1.1.1",
|
||||
description="Generate 'macOSBigSur' cursor theme from PNGs file",
|
||||
url="https://github.com/ful1e5/apple_cursor",
|
||||
packages=["applbuild"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue