Skip to content

Commit

Permalink
Set a base of version for nexts changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Feb 16, 2022
2 parents 6906529 + beb708b commit b746002
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sbbw-exec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sbbw-exec"
version = "0.1.0"
version = "0.1.2"
edition = "2021"
authors = ["Sergio Ribera"]
repository = "https://github.com/SergioRibera/sbbw"
Expand Down
2 changes: 1 addition & 1 deletion sbbw-widget-conf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sbbw-widget-conf"
version = "0.1.0"
version = "0.1.2"
authors = ["Sergio Ribera"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion sbbw-widget/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sbbw-widget"
version = "0.1.0"
version = "0.1.2"
description = "A Tauri window to show Widget"
authors = ["Sergio Ribera"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion sbbw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sbbw"
description = "This is the launcher and manager for the Sbbw Wigets"
authors = ["Sergio Ribera"]
version = "0.1.0"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit b746002

Please sign in to comment.