Skip to content

Commit

Permalink
bump version number to 0.9
Browse files Browse the repository at this point in the history
fix the repository entry in package.json as well
  • Loading branch information
nchevobbe committed Mar 24, 2021
1 parent 74a522f commit af3bf1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "devtools-license-check",
"version": "0.8.0",
"version": "0.9.0",
"description": "Verify licenses for inclusion in Mozilla DevTools",
"repository": "github:firefox-devtools/devtools-core",
"repository": "github:firefox-devtools/devtools-license-check",
"scripts": {
"test": "# No tests available"
},
Expand All @@ -14,4 +14,4 @@
"dependencies": {
"license-checker": "^9.0.3"
}
}
}

0 comments on commit af3bf1a

Please sign in to comment.