Skip to content

Commit

Permalink
release: bump version to v0.2.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiWeiss authored Jul 20, 2021
1 parent 61540ad commit f05477e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "licenseplate",
"version": "0.2.0",
"version": "0.2.1",
"description": "Browser extension to get early warnings when facing insufficiently licensed code.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Licenseplate",
"description": "License Hints for Github",
"version": "0.2.0",
"version": "0.2.1",
"manifest_version": 3,
"options_ui": {
"page": "options.html",
Expand Down

0 comments on commit f05477e

Please sign in to comment.