Skip to content

Commit 1385919

Browse files
committed
Bump version
1 parent 5fd4f91 commit 1385919

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crosscode",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -61,4 +61,4 @@
6161
"typescript": "^5.0.2",
6262
"vite": "^7.0.0"
6363
}
64-
}
64+
}

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crosscode"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Cross platform iOS IDE"
55
authors = ["nab138"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"bundle": {
99
"active": true,
1010
"targets": "all",
11-
"resources": ["templates", "unxip"],
11+
"resources": [
12+
"templates",
13+
"unxip"
14+
],
1215
"icon": [
1316
"icons/32x32.png",
1417
"icons/128x128.png",
@@ -20,7 +23,7 @@
2023
},
2124
"productName": "CrossCode",
2225
"mainBinaryName": "CrossCode",
23-
"version": "0.0.1",
26+
"version": "0.0.2",
2427
"identifier": "me.nabdev.crosscode",
2528
"plugins": {
2629
"fs": {
@@ -69,4 +72,4 @@
6972
}
7073
]
7174
}
72-
}
75+
}

0 commit comments

Comments
 (0)