🚀 Prepare v1.1.2

This commit is contained in:
ful1e5 2021-02-15 10:01:25 +05:30
parent 2847d2eae3
commit 5db0b14ae5
3 changed files with 29 additions and 26 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.2] - 15 Feb 2021
### Changed ### Changed
- Dynamic make install - Dynamic make install
@ -149,7 +151,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.1...main [unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.1.2...main
[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
[1.1.0]: https://github.com/ful1e5/apple_cursor/compare/v1.0.6...v1.1.0 [1.1.0]: https://github.com/ful1e5/apple_cursor/compare/v1.0.6...v1.1.0
[1.0.6]: https://github.com/ful1e5/apple_cursor/compare/1.0.5...v1.0.6 [1.0.6]: https://github.com/ful1e5/apple_cursor/compare/1.0.5...v1.0.6

View file

@ -1,6 +1,6 @@
{ {
"name": "apple_cursor_bitmapper", "name": "apple_cursor_bitmapper",
"version": "1.1.1", "version": "1.1.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"watch": "nodemon --inspect src/index.ts", "watch": "nodemon --inspect src/index.ts",

View file

@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name="applbuild", name="applbuild",
version="1.1.1", version="1.1.2",
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"],