Skip to content

Commit 600566a

Browse files
committed
fix covector bump
1 parent be4caa5 commit 600566a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.changes/beta.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
"create-tauri-app": "patch"
2+
"create-tauri-app": "major"
3+
"create-tauri-app-js": "major"
34
---
45

56
* Beta

packages/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "create-tauri-app"
33
description = "Rapidly scaffold out a new tauri app project."
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
5-
version = "2.0.0-alpha.11"
5+
version = "1.0.2"
66
edition = "2021"
77
license = "Apache-2.0 OR MIT"
88
readme = "README.md"

packages/cli/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tauri-app",
3-
"version": "2.0.0-alpha.11",
3+
"version": "1.0.2",
44
"description": "Rapidly scaffold out a new tauri app project.",
55
"funding": {
66
"type": "opencollective",

0 commit comments

Comments
 (0)