Skip to content

Commit

Permalink
Released Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Grigorian committed Jan 6, 2021
1 parent 8ed0002 commit 2c16857
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://img.shields.io/badge/Version-2.1.0-yellow.svg?style=for-the-badge&color=1A73E8)
![Version 2.2.0](https://img.shields.io/badge/Version-2.2.0-yellow.svg?style=for-the-badge&color=1A73E8)
![Users](https://img.shields.io/chrome-web-store/d/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8)
![Rating](https://img.shields.io/chrome-web-store/rating/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8)
![Reviews](https://img.shields.io/chrome-web-store/rating-count/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-milk",
"version": "2.1.0",
"version": "2.2.0",
"description": "Chrome extension that manages your browser's cookies",
"author": "Rafael Grigorian <rafael@grigorian.org>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const styles = theme => ({
minWidth: 34,
},
cell: {
borderBottom: "none !important",
borderBottom: "solid 1px transparent !important",
},
})

Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minimum_chrome_version": "12.0.707.0",
"name": "MILK — Cookie Manager",
"short_name": "MILK",
"version": "2.1.0",
"version": "2.2.0",
"description": "Cookie's best friend! Modern cookie manager.",
"homepage_url": "https://github.com/null93/chrome-milk",
"author": "Rafael Grigorian",
Expand Down

0 comments on commit 2c16857

Please sign in to comment.