Skip to content

Commit f02f416

Browse files
committed
chore: bump version to v0.1.10
1 parent 7fd2d67 commit f02f416

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev-utility-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "DevUtility",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"identifier": "dev.utility.app",
66
"build": {
77
"beforeDevCommand": "pnpm --filter @dev-utility/frontend dev",

dev-utility-workers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dev-utility-workers"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55
authors = ["AprilNEA <github@sku.moe>"]
66

dev-utility/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dev-utility-core"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["AprilNEA <github@sku.moe>"]
55
description = "⚡ Universal developer toolkit for software, hardware, and security professionals."
66
license-file = "../LICENSE"

0 commit comments

Comments
 (0)