Skip to content

Commit

Permalink
Merge pull request #64 from opeolluwa/master
Browse files Browse the repository at this point in the history
Hot fix
  • Loading branch information
opeolluwa authored Apr 3, 2023
2 parents 3e160f1 + 0e2e108 commit fa0c115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
file_pattern: CHANGELOG.md
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"withGlobalTauri": true
},
"package": {
"productName": "breeze",
"version": "0.5.2"
"productName": "sendfile",
"version": "0.5.3"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -74,4 +74,4 @@
}
]
}
}
}

0 comments on commit fa0c115

Please sign in to comment.