diff --git a/README.md b/README.md index 10a6273..dccaace 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Cookie's best friend! Modern cookie manager. ![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge&color=1A73E8) -![Version 2.4.0](https://img.shields.io/badge/Version-2.4.0-yellow.svg?style=for-the-badge&color=1A73E8) +![Version 2.5.0](https://img.shields.io/badge/Version-2.5.0-yellow.svg?style=for-the-badge&color=1A73E8) ![Chrome Users](https://img.shields.io/chrome-web-store/d/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8&label=chrome-users) ![Chrome Rating](https://img.shields.io/chrome-web-store/rating/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8&label=chrome-rating) ![Firefox Users](https://img.shields.io/amo/users/milk-cookie-manager.svg?style=for-the-badge&color=1A73E8&label=firefox-users) diff --git a/package.json b/package.json index a17e014..6ed9f5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "milk-cookie-manager", - "version": "2.4.0", + "version": "2.5.0", "description": "Cookie's best friend! Modern cookie manager.", "author": "Rafael Grigorian ", "license": "MIT", diff --git a/static/manifest.json b/static/manifest.json index 16af20c..d5939a8 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -3,7 +3,7 @@ "minimum_chrome_version": "88", "name": "__MSG_extensionFullName__", "short_name": "__MSG_extensionShortName__", - "version": "2.4.0", + "version": "2.5.0", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/null93/milk-cookie-manager", "author": "Rafael Grigorian",