aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-31 09:08:25 +0100
committerChocobozzz <me@florianbigard.com>2018-01-31 09:08:25 +0100
commit8892e8cc63fcef1ce4952b6a8e2946d730c5e8bb (patch)
tree815b7b19d0dd3fbcb5462ee155bd854d0033cb52
parent802dbc32a31e6d8c6fb5a3b4a691f828680c9a21 (diff)
downloadPeerTube-0.0.19-alpha.tar.gz
PeerTube-0.0.19-alpha.tar.zst
PeerTube-0.0.19-alpha.zip
Bumped to version v0.0.19-alphav0.0.19-alpha
-rw-r--r--client/package.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index 43955bf89..6955fa752 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "peertube-client", 2 "name": "peertube-client",
3 "version": "0.0.18-alpha", 3 "version": "0.0.19-alpha",
4 "private": true, 4 "private": true,
5 "licence": "GPLv3", 5 "licence": "GPLv3",
6 "author": { 6 "author": {
diff --git a/package.json b/package.json
index 012bc11f5..6aa36dabe 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "peertube", 2 "name": "peertube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", 3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "0.0.18-alpha", 4 "version": "0.0.19-alpha",
5 "private": true, 5 "private": true,
6 "licence": "GPLv3", 6 "licence": "GPLv3",
7 "engines": { 7 "engines": {