Bump version number to v0.13.0

This commit is contained in:
Preston 2021-05-17 16:17:30 -04:00
parent 55f62d1018
commit b1ee41fe1d
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

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

View File

@ -148,5 +148,5 @@
"test": "run-s rebuild:node pack:workers jest",
"test:watch": "run-s rebuild:node pack:workers jest:watch"
},
"version": "0.12.0"
"version": "0.13.0"
}