From 0bc102d63cc3534a8b070178630950ff25b9730e Mon Sep 17 00:00:00 2001 From: Caspar Oostendorp Date: Mon, 26 Feb 2024 06:01:37 +0800 Subject: [PATCH] Prepare v0.1.13 --- VERSION | 2 +- chart/keiko/Chart.yaml | 2 +- server/contracts/Scarb.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 0e24a92..7ac4e5e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.12 +0.1.13 diff --git a/chart/keiko/Chart.yaml b/chart/keiko/Chart.yaml index 8a7a6db..8fbce74 100644 --- a/chart/keiko/Chart.yaml +++ b/chart/keiko/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # 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.12" +appVersion: "0.1.13" diff --git a/server/contracts/Scarb.toml b/server/contracts/Scarb.toml index 4d323e4..910dfde 100644 --- a/server/contracts/Scarb.toml +++ b/server/contracts/Scarb.toml @@ -7,7 +7,7 @@ version = "0.5.1" sierra-replace-ids = true [dependencies] -dojo = { git = "https://github.com/dojoengine/dojo", version = "0.6.0-alpha.1" } +dojo = { git = "https://github.com/dojoengine/dojo", tag = "0.6.0-alpha.1" } [[target.dojo]]