From ef91331f469f275496bd7246418ac2d2976434b8 Mon Sep 17 00:00:00 2001 From: mariz Date: Tue, 2 Jan 2024 15:31:13 +0800 Subject: [PATCH] Prepare v0.0.63 --- Makefile | 2 +- VERSION | 2 +- contracts/Scarb.toml | 2 +- deployment/demo/Chart.yaml | 2 +- deployment/test/Chart.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 89124c0..33eefce 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REPO = pixelaw/core -CORE_VERSION = 0.0.62 +CORE_VERSION = 0.0.63 KEIKO_VERSION = v0.0.16 diff --git a/VERSION b/VERSION index 7eb3665..8d056f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.62 +0.0.63 diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index 6210051..23bac1c 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "2.4.0" name = "pixelaw" -version = "0.0.62" +version = "0.0.63" homepage = "https://github.com/pixelaw/core" [cairo] diff --git a/deployment/demo/Chart.yaml b/deployment/demo/Chart.yaml index 5de7255..1e509f7 100644 --- a/deployment/demo/Chart.yaml +++ b/deployment/demo/Chart.yaml @@ -21,4 +21,4 @@ version: "0.0.45" # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.62" +appVersion: "0.0.63" diff --git a/deployment/test/Chart.yaml b/deployment/test/Chart.yaml index 5157dd1..aa51957 100644 --- a/deployment/test/Chart.yaml +++ b/deployment/test/Chart.yaml @@ -21,4 +21,4 @@ version: "0.0.45" # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.62" +appVersion: "0.0.63"