Skip to content

Commit

Permalink
ci: check if cargo rust/cache works
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Sep 9, 2022
1 parent 352ed45 commit f3ef9dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aptt",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"scripts": {
"test": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aptt"
version = "3.0.0"
version = "3.0.1"
description = "A Tauri App"
authors = ["you"]
license = ""
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 @@ -7,7 +7,7 @@
},
"package": {
"productName": "aptt",
"version": "3.0.0"
"version": "3.0.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit f3ef9dd

Please sign in to comment.