From 828a1f83ae18bd1a04f7de096538aafc482168bc Mon Sep 17 00:00:00 2001 From: mariz Date: Thu, 28 Mar 2024 13:32:05 +0800 Subject: [PATCH] Prepare v0.1.39 --- 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 b4b530f..24302c9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include .account export REPO = ghcr.io/pixelaw/core -CORE_VERSION = 0.1.38 +CORE_VERSION = 0.1.39 KEIKO_VERSION = v0.1.25 diff --git a/VERSION b/VERSION index 5786113..528bd04 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.38 +0.1.39 diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index 5af83b0..6cc51ad 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "2.4.0" name = "pixelaw" -version = "0.1.38" +version = "0.1.39" homepage = "https://github.com/pixelaw/core" [cairo] diff --git a/deployment/demo/Chart.yaml b/deployment/demo/Chart.yaml index 1176dba..5806437 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.1.38" +appVersion: "0.1.39" diff --git a/deployment/test/Chart.yaml b/deployment/test/Chart.yaml index 61c85c1..4b7f65f 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.1.38" +appVersion: "0.1.39"