From 70159cf7624f1e97e9de98ddcf5dce73592a39ba Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 4 Apr 2021 09:34:52 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Prepare=20v1.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- bitmapper/package.json | 2 +- builder/setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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"],