From 0a82b7e052460147f01316038b1242e4fae99e79 Mon Sep 17 00:00:00 2001 From: thiscaspar Date: Thu, 21 Nov 2024 08:11:18 +0800 Subject: [PATCH] Prepare v0.5.9 --- VERSION | 2 +- contracts/Scarb.toml | 2 +- contracts/Scarb_deploy.toml | 2 +- test_helpers/Scarb.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 659914a..416bfb0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.8 +0.5.9 diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index 438258a..27afa4c 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "=2.8.4" name = "pixelaw" -version = "0.5.8" +version = "0.5.9" homepage = "https://github.com/pixelaw/core" edition = "2024_07" diff --git a/contracts/Scarb_deploy.toml b/contracts/Scarb_deploy.toml index 86818ef..bf86bb9 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.8" +version = "0.5.9" homepage = "https://github.com/pixelaw/core" edition = "2024_07" diff --git a/test_helpers/Scarb.toml b/test_helpers/Scarb.toml index fcdee3a..2a5a6fa 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.8" +version = "0.5.9" homepage = "https://github.com/pixelaw/core" edition = "2024_07"