diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2fed0..11a8b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Advanced Cursors Changelog +### [0.4.2](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.1...0.4.2) (2021-11-03) + ### [0.4.1](https://github.com/SkepticMystic/advanced-cursors/compare/0.4.0...0.4.1) (2021-11-03) diff --git a/manifest.json b/manifest.json index 42adae2..5e1f8fb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.4.1", + "version": "0.4.2", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index 8e9eee2..76c988f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.4.1", + "version": "0.4.2", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {