Skip to content

Commit 523209e

Browse files
committed
chore: bump version
1 parent 7363659 commit 523209e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.8",
4+
"version": "0.1.9",
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.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["AprilNEA <[email protected]>"]
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.8"
3+
version = "0.1.9"
44
authors = ["AprilNEA <[email protected]>"]
55
description = "⚡ Universal developer toolkit for software, hardware, and security professionals."
66
license-file = "../LICENSE"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dev-utility",
33
"private": true,
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",

0 commit comments

Comments
 (0)