diff --git a/manifest.json b/manifest.json index 088ac5e..b6fa2b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "consistent-attachments-and-links", "name": "Consistent Attachments and Links", - "version": "1.3.0", - "minAppVersion": "0.9.12", + "version": "2.0.0", + "minAppVersion": "1.6.7", "description": "This plugin ensures the consistency of attachments and links", "author": "Dmitry Savosh", "authorUrl": "https://github.com/dy-sh/", diff --git a/package-lock.json b/package-lock.json index 696bb50..86b9e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "consistent-attachments-and-links", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "consistent-attachments-and-links", - "version": "1.3.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@stylistic/eslint-plugin": "^2.3.0", diff --git a/package.json b/package.json index 1a328cf..219839b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consistent-attachments-and-links", - "version": "1.3.0", + "version": "2.0.0", "description": "This plugin ensures the consistency of attachments and links", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b4faae7..ed24c80 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.0.11": "0.9.12", "1.1.0": "0.9.12", "1.2.0": "0.9.12", - "1.3.0": "0.9.12" + "1.3.0": "0.9.12", + "2.0.0": "1.6.7" }