Remove workflow_dispatch and set version to 0.5.10

This commit is contained in:
2025-11-14 10:28:04 +11:00
parent 22e1d7eab9
commit 88d87b4aa1
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ on:
push: push:
tags: tags:
- 'v*' - 'v*'
workflow_dispatch:
jobs: jobs:
build-windows: build-windows:

View File

@@ -1,6 +1,6 @@
{ {
"name": "audio-sort", "name": "audio-sort",
"version": "0.5.11", "version": "0.5.10",
"description": "Electron audio sorting application with fuzzy search, tagging, library management, and advanced waveform editing with audio splitting capabilities for WAV files.", "description": "Electron audio sorting application with fuzzy search, tagging, library management, and advanced waveform editing with audio splitting capabilities for WAV files.",
"author": { "author": {
"name": "litruv", "name": "litruv",