diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c8889..6232748 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.2] - 15 Feb 2021 + ### Changed - Dynamic make install @@ -149,7 +151,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.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.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 diff --git a/bitmapper/package.json b/bitmapper/package.json index f785f30..62f9232 100644 --- a/bitmapper/package.json +++ b/bitmapper/package.json @@ -1,26 +1,26 @@ { - "name": "apple_cursor_bitmapper", - "version": "1.1.1", - "main": "index.js", - "scripts": { - "watch": "nodemon --inspect src/index.ts", - "render": "yarn ts-node src/index.ts" - }, - "repository": "git@github.com:ful1e5/apple_cursor.git", - "author": "Kaiz Khatri", - "license": "GPL-3.0", - "private": true, - "devDependencies": { - "@types/pixelmatch": "^5.2.2", - "@types/pngjs": "^3.4.2", - "@types/puppeteer": "^5.4.2", - "nodemon": "^2.0.7", - "ts-node": "^9.1.1", - "typescript": "^4.1.3" - }, - "dependencies": { - "pixelmatch": "^5.2.1", - "pngjs": "^6.0.0", - "puppeteer": "^5.5.0" - } + "name": "apple_cursor_bitmapper", + "version": "1.1.2", + "main": "index.js", + "scripts": { + "watch": "nodemon --inspect src/index.ts", + "render": "yarn ts-node src/index.ts" + }, + "repository": "git@github.com:ful1e5/apple_cursor.git", + "author": "Kaiz Khatri", + "license": "GPL-3.0", + "private": true, + "devDependencies": { + "@types/pixelmatch": "^5.2.2", + "@types/pngjs": "^3.4.2", + "@types/puppeteer": "^5.4.2", + "nodemon": "^2.0.7", + "ts-node": "^9.1.1", + "typescript": "^4.1.3" + }, + "dependencies": { + "pixelmatch": "^5.2.1", + "pngjs": "^6.0.0", + "puppeteer": "^5.5.0" + } } diff --git a/builder/setup.py b/builder/setup.py index 01a5a16..208ea07 100644 --- a/builder/setup.py +++ b/builder/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name="applbuild", - version="1.1.1", + version="1.1.2", description="Generate 'macOSBigSur' cursor theme from PNGs file", url="https://github.com/ful1e5/apple_cursor", packages=["applbuild"],