diff --git a/CHANGELOG.md b/CHANGELOG.md index 822a4cb8c..64d3c9bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ # Changelog -## Differences from upstream -### vtopia1 -+ Refactor wording involving "live" to "stream" where appropriate (f10a5b0) -+ Utilize VHS and [Owncast latency compensation](https://github.com/owncast/vhs-latency-compensator) (9bf55ea) - - ## v4.3.0 ### Maintenance diff --git a/client/package.json b/client/package.json index edc1610b9..38cead1a1 100644 --- a/client/package.json +++ b/client/package.json @@ -1,16 +1,16 @@ { "name": "peertube-client", - "version": "4.3.0+vtopia1", + "version": "4.3.0", "private": true, "license": "AGPL-3.0", "author": { - "name": "VtopiaLIVE", - "email": "admin@votpia.live", - "url": "https://social.vtopia.live/@staff" + "name": "Chocobozzz", + "email": "chocobozzz@framasoft.org", + "url": "http://github.com/Chocobozzz" }, "repository": { "type": "git", - "url": "git+https://code.vtopia.live/Vtopia/VeeTube.git" + "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "scripts": { "lint": "npm run lint-ts && npm run lint-scss", diff --git a/package.json b/package.json index a72796aaf..5eeca42a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", - "version": "4.3.0+vtopia1", + "version": "4.3.0", "private": true, "licence": "AGPL-3.0", "engines": { @@ -12,13 +12,13 @@ "peertube": "dist/server/tools/peertube.js" }, "author": { - "name": "VtopiaLIVE", - "email": "admin@votpia.live", - "url": "https://social.vtopia.live/@staff" + "name": "Chocobozzz", + "email": "chocobozzz@framasoft.org", + "url": "http://github.com/Chocobozzz" }, "repository": { "type": "git", - "url": "git+https://code.vtopia.live/Vtopia/VeeTube.git" + "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "typings": "*.d.ts", "scripts": {