Skip to content

Commit be26791

Browse files
committed
chore: bump version
1 parent 17fd484 commit be26791

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev-utility-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 = "dev-utility"
3-
version = "1.0.0-alpha.5"
3+
version = "0.2.0"
44
authors = ["AprilNEA <[email protected]>"]
55
description = "⚡ Universal developer toolkit for software, hardware, and security professionals."
66
license-file = "../LICENSE"

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 = "1.0.0-alpha.5"
3+
version = "0.2.0"
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 = "1.0.0-alpha.5"
3+
version = "0.2.0"
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": "1.0.0-alpha.5",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",

0 commit comments

Comments
 (0)