fix(cli): fix metadata version

This commit is contained in:
FabianLars
2025-07-21 10:10:12 +02:00
parent 332ec355a1
commit 65bb24b9ae
12 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"cli.js": {
"version": "2.6.3",
"version": "2.7.0",
"node": ">= 10.0.0"
},
"tauri": "2.7.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-darwin-arm64",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"arm64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-darwin-x64",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"x64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-linux-arm-gnueabihf",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"arm"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-linux-arm64-gnu",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"arm64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-linux-arm64-musl",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"arm64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-linux-riscv64-gnu",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"riscv64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-linux-x64-gnu",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"x64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-linux-x64-musl",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"x64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-win32-arm64-msvc",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"arm64"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-win32-ia32-msvc",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"ia32"
],

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli-win32-x64-msvc",
"version": "2.6.3",
"version": "0.0.0",
"cpu": [
"x64"
],