Skip to content

Commit

Permalink
bump modules versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed May 3, 2024
1 parent db7a131 commit cb85cdc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["contracts/apps/*", "contracts/adapters/*"]
resolver = "2"

[workspace.package]
version = "0.21.1"
version = "0.22.0"
authors = [
"CyberHoward <cyberhoward@protonmail.com>",
"Riada <riada@abstract.money>",
Expand Down
2 changes: 1 addition & 1 deletion modules/contracts/apps/calendar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calendar-app"
version = "0.2.0"
version = "0.3.0"
authors = [
"CyberHoward <cyberhoward@protonmail.com>",
"Adair <adair@abstract.money>",
Expand Down
2 changes: 1 addition & 1 deletion modules/contracts/apps/challenge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "challenge-app"
version = "0.3.0"
version = "0.4.0"
authors = [
"CyberHoward <cyberhoward@protonmail.com>",
"Adair <adair@abstract.money>",
Expand Down
2 changes: 1 addition & 1 deletion modules/contracts/apps/croncat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "croncat-app"
version = "0.2.0"
version = "0.3.0"
authors = [
"CyberHoward <cyberhoward@protonmail.com>",
"Adair <adair@abstract.money>",
Expand Down
2 changes: 1 addition & 1 deletion modules/contracts/apps/dca/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dca-app"
version = "0.3.0"
version = "0.4.0"
authors = [
"CyberHoward <cyberhoward@protonmail.com>",
"Adair <adair@abstract.money>",
Expand Down
2 changes: 1 addition & 1 deletion modules/contracts/apps/payment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "payment-app"
version = "0.3.0"
version = "0.4.0"
authors = { workspace = true }
edition = { workspace = true }

Expand Down

0 comments on commit cb85cdc

Please sign in to comment.