From b8a98305df3d7de62df7e95858edee534a53fbd1 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sat, 30 Oct 2021 17:02:08 +0200 Subject: [PATCH] chore(release): 0.3.3 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aac60f..741b358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Advanced Cursors Changelog +### [0.3.3](https://github.com/SkepticMystic/advanced-cursors/compare/0.3.2...0.3.3) (2021-10-30) + ### [0.3.2](https://github.com/SkepticMystic/advanced-cursors/compare/0.3.1...0.3.2) (2021-10-30) diff --git a/manifest.json b/manifest.json index a67313a..887830d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "advanced-cursors", "name": "Advanced Cursors", - "version": "0.3.2", + "version": "0.3.3", "minAppVersion": "0.12.18", "description": "Use multiple cursors even more powerfully.", "author": "SkepticMystic", diff --git a/package.json b/package.json index a7ff7c5..f89faf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-cursors", - "version": "0.3.2", + "version": "0.3.3", "description": "Use multiple cursors even more powerfully", "main": "main.js", "scripts": {