Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Sep 14, 2021
1 parent 30844e0 commit 869a48d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: torrent-stream-server
version: 1.8.2
appVersion: 1.8.2
version: 1.9.0
appVersion: 1.9.0
home: https://github.com/KiraLT/torrent-stream-server
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "torrent-stream-server-frontend",
"version": "1.8.2",
"version": "1.9.0",
"private": true,
"dependencies": {
"@silvermine/videojs-chromecast": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "torrent-stream-server",
"description": "HTTP server to convert any torrent to video stream",
"version": "1.8.2",
"version": "1.9.0",
"author": "KiraLT",
"bin": {
"torrent-stream-server": "lib/index.js"
Expand Down

0 comments on commit 869a48d

Please sign in to comment.