aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-19 15:29:30 +0200
committerChocobozzz <me@florianbigard.com>2018-10-19 15:29:30 +0200
commit8fc82451319c4c6538979c96893105507656cb61 (patch)
treec76922be5cf73f21241691b3e8b3b03ee781b03b
parente280dd0681440d05269d9aa54904d62064f2fa39 (diff)
downloadPeerTube-1.1.0-alpha.2.tar.gz
PeerTube-1.1.0-alpha.2.tar.zst
PeerTube-1.1.0-alpha.2.zip
Bumped to version v1.1.0-alpha.2v1.1.0-alpha.2
-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 e7be66bff..6f8c62402 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": "1.1.0-alpha.1", 3 "version": "1.1.0-alpha.2",
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 295b4e74b..0798fdba2 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": "1.1.0-alpha.1", 4 "version": "1.1.0-alpha.2",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {