🚀 Prepare v1.1.4

This commit is contained in:
ful1e5 2021-04-04 09:34:52 +05:30
parent e12cada1de
commit 70159cf762
3 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased] ## [unreleased]
## [1.1.4] - 4 Apr 2021
### Added ### Added
- Cursors Preview with **shadows** - 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 - Logo and badges
- CI/CD Pipelines - 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.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.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.1.1]: https://github.com/ful1e5/apple_cursor/compare/v1.1.0...v1.1.1

View file

@ -1,6 +1,6 @@
{ {
"name": "apple_cursor_bitmapper", "name": "apple_cursor_bitmapper",
"version": "1.1.3", "version": "1.1.4",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"render": "yarn ts-node src/index.ts" "render": "yarn ts-node src/index.ts"

View file

@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name="applbuild", name="applbuild",
version="1.1.3", version="1.1.4",
description="Generate 'macOSBigSur' cursor theme from PNGs file", description="Generate 'macOSBigSur' cursor theme from PNGs file",
url="https://github.com/ful1e5/apple_cursor", url="https://github.com/ful1e5/apple_cursor",
packages=["applbuild"], packages=["applbuild"],