mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 23:24:48 -04:00
🚀 Prepare v1.1.4
This commit is contained in:
parent
e12cada1de
commit
70159cf762
3 changed files with 6 additions and 3 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [unreleased]
|
||||
|
||||
## [1.1.4] - 4 Apr 2021
|
||||
|
||||
### Added
|
||||
|
||||
- Cursors Preview with **shadows**
|
||||
|
@ -181,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Logo and badges
|
||||
- CI/CD Pipelines
|
||||
|
||||
[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.1.3...main
|
||||
[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.1.4...main
|
||||
[1.1.4]: https://github.com/ful1e5/apple_cursor/compare/v1.1.3...v1.1.4
|
||||
[1.1.3]: https://github.com/ful1e5/apple_cursor/compare/v1.1.2...v1.1.3
|
||||
[1.1.2]: https://github.com/ful1e5/apple_cursor/compare/v1.1.1...v1.1.2
|
||||
[1.1.1]: https://github.com/ful1e5/apple_cursor/compare/v1.1.0...v1.1.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "apple_cursor_bitmapper",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"render": "yarn ts-node src/index.ts"
|
||||
|
|
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name="applbuild",
|
||||
version="1.1.3",
|
||||
version="1.1.4",
|
||||
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