diff --git a/README.md b/README.md index 8cef92a..76ba49c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Git Notify Extension For GitLab -![GitHub package.json version](https://img.shields.io/github/package-json/v/mikescops/git-notify-extension) ![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/mikescops/git-notify-extension/pr-validation.yml?branch=master) ![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ekfpkkhpemajcbniegjicehdphdabhop) ![Chrome Web Store](https://img.shields.io/chrome-web-store/users/ekfpkkhpemajcbniegjicehdphdabhop) ![Mozilla Add-on](https://img.shields.io/amo/v/gitlab-notify) ![Mozilla Add-on](https://img.shields.io/amo/users/gitlab-notify) - image +![GitHub package.json version](https://img.shields.io/github/package-json/v/mikescops/git-notify-extension) ![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/mikescops/git-notify-extension/pr-validation.yml?branch=master) ![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ekfpkkhpemajcbniegjicehdphdabhop) ![Chrome Web Store](https://img.shields.io/chrome-web-store/users/ekfpkkhpemajcbniegjicehdphdabhop) ![Mozilla Add-on](https://img.shields.io/amo/v/gitlab-notify) ![Mozilla Add-on](https://img.shields.io/amo/users/gitlab-notify) + _Don't miss any GitLab merge requests or issues and rocket up your productivity._ [Chrome Web Store](https://chrome.google.com/webstore/detail/ekfpkkhpemajcbniegjicehdphdabhop) | [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/gitlab-notify/) | [Microsoft Edge Add-on](https://microsoftedge.microsoft.com/addons/detail/jjnpgaeopmlbaacjkedohiehmeopjoed) diff --git a/package.json b/package.json index 79214ca..9118063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-notify-extension", - "version": "2.2.0", + "version": "2.3.0", "description": "Don't miss any GitLab merge requests and rocket up your productivity.", "repository": "https://github.com/Mikescops/git-notify-extension", "source": "src/popup/popup.html", diff --git a/src/manifest-v2/manifest.json b/src/manifest-v2/manifest.json index 6d92e24..cdbcf89 100644 --- a/src/manifest-v2/manifest.json +++ b/src/manifest-v2/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "2.2.0", + "version": "2.3.0", "name": "Git Notify", "short_name": "Git Notify", "description": "Don't miss any GitLab merge requests or issues and rocket up your productivity.", diff --git a/src/manifest/manifest.json b/src/manifest/manifest.json index a996751..314b1cd 100644 --- a/src/manifest/manifest.json +++ b/src/manifest/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "2.2.0", + "version": "2.3.0", "name": "Git Notify", "short_name": "Git Notify", "description": "Don't miss any GitLab merge requests or issues and rocket up your productivity.",