Skip to content

Commit

Permalink
chore: fix tauri version and config (#349)
Browse files Browse the repository at this point in the history
* chore: fix tauri version and config

* set tauri version to match package.json
  • Loading branch information
jbolda authored Aug 21, 2020
1 parent 7092860 commit 9bb6cdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@
"prepublish": ["yarn", "yarn build"],
"getPublishedVersion": "git tag v${ pkgFile.version } 2> OUT= || echo ${ pkgFile.version }",
"publish": "npx netlify-cli deploy --dir=build --prod"
},
"rust": {
"version": true,
"publish": false
}
},
"packages": {
"finatr": {
"path": "./",
"manager": "javascript"
},
"app": {
"path": "./",
"manager": "rust"
}
}
}
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 = "finatr"
version = "0.1.0"
version = "0.3.0"
description = "An OSS finance app"
authors = [ "Jacob Bolda" ]
license = ""
Expand Down

0 comments on commit 9bb6cdc

Please sign in to comment.