Skip to content

Commit

Permalink
chore: Release v4.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zxf committed Aug 5, 2024
1 parent b767ba0 commit 1d5fc88
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
restore-keys: |
${{ runner.os }}-modules-
- name: Cache Cargo
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# - name: Cache Cargo
# uses: actions/cache@v3
# with:
# path: |
# ~/.cargo/registry
# ~/.cargo/git
# target
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [4.3.17](https://github.com/tive6/min-api/compare/4.3.16...4.3.17) (2024-08-05)

## [4.3.16](https://github.com/tive6/min-api/compare/4.3.15...4.3.16) (2024-08-05)

## [4.3.15](https://github.com/tive6/min-api/compare/4.3.14...4.3.15) (2024-08-05)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "min-api",
"productName": "MinApi",
"version": "4.3.16",
"version": "4.3.17",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "MinApi",
"version": "4.3.16"
"version": "4.3.17"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 1d5fc88

Please sign in to comment.