Bumped to version v0.0.9-alpha
This commit is contained in:
parent
2be3056c64
commit
801534503b
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "peertube-client",
|
||||
"version": "0.0.8-alpha",
|
||||
"version": "0.0.9-alpha",
|
||||
"private": true,
|
||||
"licence": "GPLv3",
|
||||
"author": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "peertube",
|
||||
"description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
|
||||
"version": "0.0.8-alpha",
|
||||
"version": "0.0.9-alpha",
|
||||
"private": true,
|
||||
"licence": "GPLv3",
|
||||
"engines": {
|
||||
|
|
|
@ -54,4 +54,4 @@ cd "PeerTube" || exit -1
|
|||
git push origin --tag
|
||||
|
||||
github-release release --user chocobozzz --repo peertube --tag "$version" --name "$version"
|
||||
github-release upload --user chocobozzz --repo peertube --tag "$version" --name "$version" --file "$zip_name"
|
||||
github-release upload --user chocobozzz --repo peertube --tag "$version" --name "$zip_name" --file "$zip_name"
|
||||
|
|
Loading…
Add table
Reference in a new issue