aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 23:52:03 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 23:52:03 +0100
commit5db1106677412b9d9c765ecbef9a5c7833e218ce (patch)
treea1e48f07ae3476035b4e54687c62d29e2d4c0b89 /package.json
parentUpdated README. (diff)
downloadnewspipe-5db1106677412b9d9c765ecbef9a5c7833e218ce.tar.gz
newspipe-5db1106677412b9d9c765ecbef9a5c7833e218ce.tar.bz2
newspipe-5db1106677412b9d9c765ecbef9a5c7833e218ce.zip
cleaning
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9b158bd9..76acd92b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "newspipe",
- "version": "8.0.0",
+ "version": "9.0.0",
"license": "AGPL-3.0",
"private": true,
"dependencies": {
bgstack15