Skip to content

Commit a73fc22

Browse files
committed
v0.5.0
1 parent ad487b4 commit a73fc22

6 files changed

Lines changed: 13 additions & 9 deletions

File tree

chuck-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chuck-cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition.workspace = true
55

66
[[bin]]

chuck-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chuck-core"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition.workspace = true
55

66
[dependencies]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chuck",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "",
55
"type": "module",
66
"scripts": {

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 = "chuck-app"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "DarwinCore Archive viewer"
55
authors = ["Ken-ichi Ueda"]
66
edition.workspace = true

src-tauri/tauri.conf.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Chuck",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"identifier": "net.kueda.chuck",
66
"build": {
77
"beforeDevCommand": "npm run dev",
@@ -29,7 +29,9 @@
2929
},
3030
"assetProtocol": {
3131
"enable": true,
32-
"scope": ["$APPLOCALDATA/**"]
32+
"scope": [
33+
"$APPLOCALDATA/**"
34+
]
3335
}
3436
}
3537
},
@@ -38,7 +40,9 @@
3840
"targets": "all",
3941
"fileAssociations": [
4042
{
41-
"ext": ["zip"],
43+
"ext": [
44+
"zip"
45+
],
4246
"name": "DarwinCore Archive",
4347
"role": "Viewer",
4448
"mimeType": "application/zip"

0 commit comments

Comments
 (0)