diff --git a/README.md b/README.md index ca81c2e..0f66b79 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.5.0](https://img.shields.io/badge/Version-2.5.0-yellow.svg?style=for-the-badge&color=1A73E8) +![Version 2.5.1](https://img.shields.io/badge/Version-2.5.1-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 dcaef18..35b5e3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "milk-cookie-manager", - "version": "2.5.0", + "version": "2.5.1", "description": "Cookie's best friend! Modern cookie manager.", "author": "Rafael Grigorian ", "license": "MIT", diff --git a/static/manifest.json b/static/manifest.json index e046daa..acd8668 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.5.0", + "version": "2.5.1", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/null93/milk-cookie-manager", "author": "Rafael Grigorian",