diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-18 19:50:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-18 19:50:28 +0100 |
commit | 134337bd07f2639c79bcb47ed683d1b6d55357bd (patch) | |
tree | b378d394dc675ef48df1be8a3c3175efaff4491d | |
parent | 2d9ab59061057ae9686b65b61e9d59e47f03fae9 (diff) | |
download | PeerTube-134337bd07f2639c79bcb47ed683d1b6d55357bd.tar.gz PeerTube-134337bd07f2639c79bcb47ed683d1b6d55357bd.tar.zst PeerTube-134337bd07f2639c79bcb47ed683d1b6d55357bd.zip |
Bumped to version v0.0.13-alphav0.0.13-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 732e8fac7..78c94ff75 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.12-alpha", | 3 | "version": "0.0.13-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 0963c9161..23ea8928a 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.12-alpha", | 4 | "version": "0.0.13-alpha", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "GPLv3", | 6 | "licence": "GPLv3", |
7 | "engines": { | 7 | "engines": { |