mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
extra torrent status + no select on torrent title
This commit is contained in:
parent
2e3a11e2d1
commit
1c06247283
2 changed files with 1 additions and 2 deletions
1
.github/workflows/dev-deploy.yml
vendored
1
.github/workflows/dev-deploy.yml
vendored
|
@ -23,6 +23,5 @@ jobs:
|
|||
with:
|
||||
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
automatic_release_tag: 'dev-v${{ env.VERSION }}'
|
||||
prerelease: true
|
||||
title: 'Development Build v${{ env.VERSION }}'
|
||||
files: release.zip
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vuetorrent",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
Loading…
Add table
Reference in a new issue