diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39cb823..13bb936 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,6 @@ jobs: with: tag: ${{ github.ref }} name: Release ${{ github.ref }} - commit: ${{ github.sha }} draft: false prerelease: false env: diff --git a/debian/control b/debian/control index bae4788..8914210 100644 --- a/debian/control +++ b/debian/control @@ -9,4 +9,4 @@ Package: libxattrplaying-plugin Architecture: any Depends: vlc Description: A plugin for VLC which adds the xattr tag 'seen' to the `user.xdg.tags` list anytime you watch a video -Version: 0.1.9 +Version: 0.2.0 diff --git a/spec/libxattrplaying_plugin.spec b/spec/libxattrplaying_plugin.spec index 74d0580..4343a2b 100644 --- a/spec/libxattrplaying_plugin.spec +++ b/spec/libxattrplaying_plugin.spec @@ -1,5 +1,5 @@ Name: libxattrplaying_plugin -Version: 0.1.9 +Version: 0.2.0 Release: 1%{?dist} Summary: A plugin for VLC which adds the xattr tag 'seen' to the `user.xdg.tags` list anytime you watch a video