From dede949b67d3c9b060fccb8a340d51affdd4efd9 Mon Sep 17 00:00:00 2001 From: Caspar Oostendorp Date: Tue, 27 Feb 2024 08:10:03 +0800 Subject: [PATCH] Prepare v0.1.11 --- Makefile | 2 +- VERSION | 2 +- contracts/Scarb.lock | 2 +- contracts/Scarb.toml | 2 +- deployment/demo/Chart.yaml | 2 +- deployment/test/Chart.yaml | 2 +- web/package.json | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 50661f4..275bbc0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include .account export REPO = ghcr.io/pixelaw/core -CORE_VERSION = 0.1.10 +CORE_VERSION = 0.1.11 KEIKO_VERSION = v0.1.5 diff --git a/VERSION b/VERSION index 9767cc9..20f4951 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.10 +0.1.11 diff --git a/contracts/Scarb.lock b/contracts/Scarb.lock index 5be2fe9..e2348e8 100644 --- a/contracts/Scarb.lock +++ b/contracts/Scarb.lock @@ -16,7 +16,7 @@ source = "git+https://github.com/dojoengine/dojo?tag=v0.3.11#1e651b5d4d3b79b14a7 [[package]] name = "pixelaw" -version = "0.1.9" +version = "0.1.17" dependencies = [ "dojo", ] diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index ac6e619..62c1b70 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "2.4.0" name = "pixelaw" -version = "0.1.10" +version = "0.1.17" homepage = "https://github.com/pixelaw/core" [cairo] diff --git a/deployment/demo/Chart.yaml b/deployment/demo/Chart.yaml index e4b7111..34ddcde 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.10" +appVersion: "0.1.11" diff --git a/deployment/test/Chart.yaml b/deployment/test/Chart.yaml index d223321..f8ecf80 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.10" +appVersion: "0.1.11" diff --git a/web/package.json b/web/package.json index 3152ade..1e52d82 100644 --- a/web/package.json +++ b/web/package.json @@ -2,6 +2,7 @@ "name": "pixelaw-core-web", "private": false, "type": "module", + "license": "MIT", "scripts": { "dev": "PUBLIC_NODE_URL=http://localhost:5050 PUBLIC_TORII=http://localhost:8080 vite", "build": "tsc && vite build",