Skip to content

Commit

Permalink
fix: fix wrong cli metadata (#5214)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
  • Loading branch information
amrbashir and lucasfernog committed Sep 16, 2022
1 parent c8445a6 commit db26aaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"cli.rs": "patch"
"cli.js": "patch"
---

Fix wrong cli metadata that caused new projects (created through `tauri init`) fail to build

2 changes: 1 addition & 1 deletion tooling/cli/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"node": ">= 10.0.0"
},
"tauri": "1.1.0",
"tauri-build": "1.1.4"
"tauri-build": "1.1.0"
}

0 comments on commit db26aaf

Please sign in to comment.