diff --git a/VERSION b/VERSION index 72cb868..889af62 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.21 +0.5.22 diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index 277e5dc..70c4758 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "=2.9.2" name = "pixelaw" -version = "0.5.21" +version = "0.5.22" homepage = "https://github.com/pixelaw/core" edition = "2024_07" diff --git a/contracts/Scarb_deploy.toml b/contracts/Scarb_deploy.toml index d60be4c..a550b28 100644 --- a/contracts/Scarb_deploy.toml +++ b/contracts/Scarb_deploy.toml @@ -1,7 +1,7 @@ [package] cairo-version = "=2.9.2" name = "pixelaw" -version = "0.5.21" +version = "0.5.22" homepage = "https://github.com/pixelaw/core" edition = "2024_07" diff --git a/test_helpers/Scarb.toml b/test_helpers/Scarb.toml index 0c74cb9..ed42f59 100644 --- a/test_helpers/Scarb.toml +++ b/test_helpers/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "=2.9.2" name = "pixelaw_test_helpers" -version = "0.5.21" +version = "0.5.22" homepage = "https://github.com/pixelaw/core" edition = "2024_07"