Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed May 3, 2020
1 parent 712e54a commit ff86924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Brick Next Developer Tools",
"description": "Adds Brick Next debugging tools to the Chrome Developer Tools.",
"version": "0.2.0",
"version": "0.3.0",

"icons": {
"128": "icons/128-production.png"
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": "brick-next-devtools",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"test": "cross-env NODE_ENV='test' jest",
"start": "cross-env NODE_ENV='development' webpack --config webpack.config.js --watch",
Expand Down

0 comments on commit ff86924

Please sign in to comment.