diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0cec2533..511316d1 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -33,6 +33,6 @@ jobs: - name: Commit CHANGELOG.md uses: stefanzweifel/git-auto-commit-action@v4 with: - branch: main + branch: master commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' - file_pattern: CHANGELOG.md \ No newline at end of file + file_pattern: CHANGELOG.md diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f8b20923..2593233c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,8 +7,8 @@ "withGlobalTauri": true }, "package": { - "productName": "breeze", - "version": "0.5.2" + "productName": "sendfile", + "version": "0.5.3" }, "tauri": { "allowlist": { @@ -74,4 +74,4 @@ } ] } -} \ No newline at end of file +}