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"