diff --git a/manifest.json b/manifest.json index 492d58d..aa977dd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto-bullet", "name": "Auto Bullet", - "version": "1.0.5", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "Automatically inserts bullet points when you type spaces or tabs at the beginning of a line.", "author": "takitsuba", diff --git a/package-lock.json b/package-lock.json index def2909..3348be3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auto-bullet", - "version": "1.0.5", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auto-bullet", - "version": "1.0.5", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/package.json b/package.json index a8e3fb0..702e0e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-bullet", - "version": "1.0.5", + "version": "1.1.0", "description": "Automatically inserts bullet points when you type spaces or tabs at the beginning of a line.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 22b4387..9303619 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "0.15.0", "1.0.3": "0.15.0", "1.0.4": "0.15.0", - "1.0.5": "0.15.0" + "1.0.5": "0.15.0", + "1.1.0": "0.15.0" } \ No newline at end of file