Bump version number to v0.10.0

This commit is contained in:
Preston 2020-12-18 10:50:23 -05:00
parent 49ef1e2047
commit 1a88742d3f
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "freetube",
"version": "0.9.3",
"version": "0.10.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -142,5 +142,5 @@
"test": "run-s rebuild:node pack:workers jest",
"test:watch": "run-s rebuild:node pack:workers jest:watch"
},
"version": "0.9.3"
"version": "0.10.0"
}