aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-09 13:19:01 +0100
committerChocobozzz <me@florianbigard.com>2018-02-09 13:19:01 +0100
commit1ab7b637ec5939f4ecd69a489057669dfd6314bb (patch)
treefe25c6f6c3da7cf45c38bdb27303e40d5fbfbab1
parent1e9d7b60cd93ad5d1aed47fd157f1993d4b4eac0 (diff)
downloadPeerTube-1ab7b637ec5939f4ecd69a489057669dfd6314bb.tar.gz
PeerTube-1ab7b637ec5939f4ecd69a489057669dfd6314bb.tar.zst
PeerTube-1ab7b637ec5939f4ecd69a489057669dfd6314bb.zip
Bumped to version v0.0.23-alphav0.0.23-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 19c2b0096..4cb0b002c 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.22-alpha", 3 "version": "0.0.23-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 529fa7e7d..948ba3f67 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.22-alpha", 4 "version": "0.0.23-alpha",
5 "private": true, 5 "private": true,
6 "licence": "GPLv3", 6 "licence": "GPLv3",
7 "engines": { 7 "engines": {