🚀 Prepare v1.1.3

This commit is contained in:
ful1e5 2021-02-21 17:30:32 +05:30
parent 9d1bf110a9
commit df41a88b0d
3 changed files with 12 additions and 2 deletions

View file

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
## [1.1.3] - 21 Feb 2021
### Changed
- Preview with shadows cursors
### Added
- Shadow underneath cursor #41 fixed
## [1.1.2] - 15 Feb 2021
### Changed

View file

@ -1,6 +1,6 @@
{
"name": "apple_cursor_bitmapper",
"version": "1.1.2",
"version": "1.1.3",
"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.2",
version="1.1.3",
description="Generate 'macOSBigSur' cursor theme from PNGs file",
url="https://github.com/ful1e5/apple_cursor",
packages=["applbuild"],