diff --git a/VERSION b/VERSION index 69626fb..9d6c175 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.11 +0.5.12 diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index 1c15e02..177e27e 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "=2.8.4" name = "pixelaw" -version = "0.5.11" +version = "0.5.12" homepage = "https://github.com/pixelaw/core" edition = "2024_07" diff --git a/contracts/Scarb_deploy.toml b/contracts/Scarb_deploy.toml index da7c7d3..af41b92 100644 --- a/contracts/Scarb_deploy.toml +++ b/contracts/Scarb_deploy.toml @@ -1,7 +1,7 @@ [package] cairo-version = "=2.8.4" name = "pixelaw" -version = "0.5.11" +version = "0.5.12" homepage = "https://github.com/pixelaw/core" edition = "2024_07" diff --git a/test_helpers/Scarb.toml b/test_helpers/Scarb.toml index c12d6b9..6036f69 100644 --- a/test_helpers/Scarb.toml +++ b/test_helpers/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "=2.8.4" name = "pixelaw_test_helpers" -version = "0.5.11" +version = "0.5.12" homepage = "https://github.com/pixelaw/core" edition = "2024_07"