diff --git a/CHANGELOG.md b/CHANGELOG.md index 75dda7e..7b1ae8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bitmapper/package.json b/bitmapper/package.json index ee956d6..7a77083 100644 --- a/bitmapper/package.json +++ b/bitmapper/package.json @@ -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" diff --git a/builder/setup.py b/builder/setup.py index d2f7038..4d4cc18 100644 --- a/builder/setup.py +++ b/builder/setup.py @@ -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"],