diff --git a/package-lock.json b/package-lock.json index 40bb03d..3794b1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,8 +18,8 @@ "tar": "^6.0.5", "ts-loader": "^7.0.5", "typescript": "^3.9.3", - "webpack": "^4.46.0", - "webpack-cli": "^3.3.12", + "webpack": "^4.43.0", + "webpack-cli": "^3.3.11", "yargs": "^16.2.0" } }, diff --git a/package.json b/package.json index 3b81696..db78a1d 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "tar": "^6.0.5", "ts-loader": "^7.0.5", "typescript": "^3.9.3", - "webpack": "^4.46.0", - "webpack-cli": "^3.3.12", + "webpack": "^4.43.0", + "webpack-cli": "^3.3.11", "yargs": "^16.2.0" } -} +} \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index c368b7d..4ac15f1 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.s73ph4n.autolinker", "app_min_version": "2.0", - "version": "1.0.2", + "version": "1.0.3", "name": "Autolinker", "description": "Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text.", "author": "S73ph4n",