diff --git a/.github/workflows/Publish Release.yml b/.github/workflows/Publish Release.yml index 63ed55f..e2353b6 100644 --- a/.github/workflows/Publish Release.yml +++ b/.github/workflows/Publish Release.yml @@ -3,7 +3,7 @@ name: Publish Release on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] paths-ignore: - .github/workflows/* @@ -37,4 +37,4 @@ jobs: files: 'Flow.Launcher.Plugin.Currency.zip' tag_name: "v${{steps.version.outputs.prop}}" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/plugin.json b/plugin.json index bd54962..43baed3 100644 --- a/plugin.json +++ b/plugin.json @@ -4,9 +4,9 @@ "Name": "Currency Converter", "Description": "Currency converter using the euro and rates at https://www.ecb.europa.eu/", "Author": "deefrawley", - "Version": "1.1.0", + "Version": "1.2.0", "Language": "python", "Website": "https://github.com/deefrawley/Flow.Launcher.Plugin.Currency", "IcoPath": "assets/favicon.ico", "ExecuteFileName": "main.py" -} \ No newline at end of file +}