Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Dutescu <[email protected]>
  • Loading branch information
filipdutescu committed Mar 25, 2023
1 parent 72d637a commit a156348
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-and-bulma"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
repository = "https://github.com/filipdutescu/yew-and-bulma"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_block/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_block"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_box/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_box"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_button/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_button"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_delete/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_delete"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_icon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_icon"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_image/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_image"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_notification/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_notification"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_progress/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_progress"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_table/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_table"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_tag/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_tag"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/elements_title/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elements_title"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a156348

Please sign in to comment.