diff --git a/manifests/manifest.json b/manifests/manifest.json index 28d2f3a..3b612c8 100644 --- a/manifests/manifest.json +++ b/manifests/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "GitLab Ninja", - "version": "1.2.0", + "version": "1.3.0", "description": "Enhances GitLab boards with auto-assignment, time tracking, and quick estimate buttons", "permissions": [ "storage", diff --git a/manifests/manifest_firefox.json b/manifests/manifest_firefox.json index 52e7534..88e28f3 100644 --- a/manifests/manifest_firefox.json +++ b/manifests/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "GitLab Ninja", - "version": "1.2.0", + "version": "1.3.0", "description": "Enhances GitLab boards with auto-assignment, time tracking, and quick estimate buttons", "permissions": [ "activeTab", diff --git a/manifests/manifest_safari.json b/manifests/manifest_safari.json index c91d77d..9fe5a9c 100644 --- a/manifests/manifest_safari.json +++ b/manifests/manifest_safari.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "GitLab Ninja", - "version": "1.2.0", + "version": "1.3.0", "description": "Enhances GitLab boards with auto-assignment, time tracking, and quick estimate buttons", "permissions": [ "activeTab", diff --git a/package-lock.json b/package-lock.json index bb23c87..7960f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitlab-ninja", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitlab-ninja", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@types/chrome": "^0.0.268", diff --git a/package.json b/package.json index a7bfa23..fa1b11b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlab-ninja", - "version": "1.2.0", + "version": "1.3.0", "description": "Browser extension that enhances GitLab boards with auto-assignment, time tracking, and quick estimates", "scripts": { "dev": "webpack --mode development --watch",