diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-21 17:08:06 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-21 17:08:06 +0100 |
commit | 6253e9177c93a9de3dd499b0e74b7f57197fe133 (patch) | |
tree | 7e605fc7b8ec8169dc451aa3c1e2b2cff071e13c | |
parent | 5a8eac36a7599cc28aa2a34a34e6d5e8116b7c39 (diff) | |
download | PeerTube-6253e9177c93a9de3dd499b0e74b7f57197fe133.tar.gz PeerTube-6253e9177c93a9de3dd499b0e74b7f57197fe133.tar.zst PeerTube-6253e9177c93a9de3dd499b0e74b7f57197fe133.zip |
Bumped to version v0.0.26-alphav0.0.26-alpha
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index cd6b727f0..e5fa02262 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.24-alpha", | 3 | "version": "0.0.26-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 f7c12ec13..6b400d08f 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.24-alpha", | 4 | "version": "0.0.26-alpha", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "GPLv3", | 6 | "licence": "GPLv3", |
7 | "engines": { | 7 | "engines": { |