Bumped to version 0.0.2-alpha

pull/204/head
Chocobozzz 2018-01-15 11:28:46 +01:00
parent 6b2ef589ed
commit f8c79a4194
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-client", "name": "peertube-client",
"version": "0.0.0-alpha", "version": "0.0.2-alpha",
"private": true, "private": true,
"licence": "GPLv3", "licence": "GPLv3",
"author": { "author": {

View File

@ -1,7 +1,7 @@
{ {
"name": "peertube", "name": "peertube",
"description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
"version": "0.0.0-alpha", "version": "0.0.2-alpha",
"private": true, "private": true,
"licence": "GPLv3", "licence": "GPLv3",
"engines": { "engines": {

View File

@ -30,4 +30,4 @@ npm run build || exit -1
cd ../ || exit -1 cd ../ || exit -1
rm -f PeerTube/peertube.zip || exit -1 rm -f PeerTube/peertube.zip || exit -1
zip -r PeerTube/peertube.zip PeerTube/{CREDITS.md,node_modules,FAQ.md,LICENSE,README.md,client/dist/,client/yarn.lock,client/package.json,config,dist,package.json,scripts,support,tsconfig.json,yarn.lock} zip -r PeerTube/peertube.zip PeerTube/{CREDITS.md,FAQ.md,LICENSE,README.md,client/dist/,client/yarn.lock,client/package.json,config,dist,package.json,scripts,support,tsconfig.json,yarn.lock}