Skip to content

Commit b746002

Browse files
committed
Set a base of version for nexts changes
2 parents 6906529 + beb708b commit b746002

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sbbw-exec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbbw-exec"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Sergio Ribera"]
66
repository = "https://github.com/SergioRibera/sbbw"

sbbw-widget-conf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbbw-widget-conf"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
authors = ["Sergio Ribera"]
55
edition = "2021"
66

sbbw-widget/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbbw-widget"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "A Tauri window to show Widget"
55
authors = ["Sergio Ribera"]
66
license = ""

sbbw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sbbw"
33
description = "This is the launcher and manager for the Sbbw Wigets"
44
authors = ["Sergio Ribera"]
5-
version = "0.1.0"
5+
version = "0.1.2"
66
edition = "2021"
77

88
[dependencies]

0 commit comments

Comments
 (0)