Skip to content

Commit a06fd11

Browse files
committed
Rev up
1 parent 99c7b5c commit a06fd11

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "dowork",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build",
99
"preview": "vite preview",
10-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
11-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
10+
"check": "svelte-kit sync \u0026\u0026 svelte-check --tsconfig ./tsconfig.json",
11+
"check:watch": "svelte-kit sync \u0026\u0026 svelte-check --tsconfig ./tsconfig.json --watch",
1212
"tauri": "tauri"
1313
},
1414
"license": "MIT",

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 = "dowork"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"$schema": "https://schema.tauri.app/config/2",
3-
"productName": "dowork",
4-
"version": "0.1.0",
5-
"identifier": "com.mike616.dowork",
6-
"build": {
7-
"beforeDevCommand": "pnpm dev",
8-
"devUrl": "http://localhost:1420",
9-
"beforeBuildCommand": "pnpm build",
10-
"frontendDist": "../build"
11-
},
12-
"app": {
13-
"windows": [
14-
{
15-
"title": "dowork",
16-
"width": 800,
17-
"height": 600
18-
}
19-
],
20-
"security": {
21-
"csp": null
2+
"$schema": "https://schema.tauri.app/config/2",
3+
"productName": "dowork",
4+
"version": "0.1.1",
5+
"identifier": "com.mike616.dowork",
6+
"build": {
7+
"beforeDevCommand": "pnpm dev",
8+
"devUrl": "http://localhost:1420",
9+
"beforeBuildCommand": "pnpm build",
10+
"frontendDist": "../build"
11+
},
12+
"app": {
13+
"windows": [
14+
{
15+
"title": "dowork",
16+
"width": 800,
17+
"height": 600
18+
}
19+
],
20+
"security": {
21+
"csp": null
22+
}
23+
},
24+
"bundle": {
25+
"active": true,
26+
"targets": "all",
27+
"icon": [
28+
"icons/32x32.png",
29+
"icons/128x128.png",
30+
"icons/128x128@2x.png",
31+
"icons/icon.icns",
32+
"icons/icon.ico"
33+
]
2234
}
23-
},
24-
"bundle": {
25-
"active": true,
26-
"targets": "all",
27-
"icon": [
28-
"icons/32x32.png",
29-
"icons/128x128.png",
30-
"icons/128x128@2x.png",
31-
"icons/icon.icns",
32-
"icons/icon.ico"
33-
]
34-
}
3535
}

0 commit comments

Comments
 (0)