🚀 Prepare v1.1.1

This commit is contained in:
ful1e5 2021-02-09 15:52:45 +05:30
parent 40a012ea58
commit 036de7ef46
3 changed files with 96 additions and 90 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
## [1.1.1] - 9 Feb 2021
### Changed
- Cursor is not in expected position fixed #37
## [1.1.0] - 7 Feb 2021
### Added

View file

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

View file

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