Skip to content

Commit

Permalink
Prepare v0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar Oostendorp committed Feb 28, 2024
1 parent 96fe4b5 commit a5ac3bc
Show file tree
Hide file tree
Showing 10 changed files with 39,115 additions and 44,094 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include .account
export

REPO = ghcr.io/pixelaw/core
CORE_VERSION = 0.1.22
CORE_VERSION = 0.1.23
KEIKO_VERSION = v0.1.5


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.22
0.1.23
2 changes: 1 addition & 1 deletion contracts/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
cairo-version = "2.4.0"
name = "pixelaw"
version = "0.1.22"
version = "0.1.23"
homepage = "https://github.com/pixelaw/core"

[cairo]
Expand Down
83,199 changes: 39,110 additions & 44,089 deletions contracts/genesis.json

Large diffs are not rendered by default.

Empty file modified contracts/scripts/env.sh
100644 → 100755
Empty file.
Empty file modified contracts/scripts/slot_deploy.sh
100644 → 100755
Empty file.
Empty file modified contracts/scripts/update_scarb_mac.sh
100644 → 100755
Empty file.
Empty file modified contracts/scripts/upload_manifest.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion deployment/demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22"
appVersion: "0.1.23"
2 changes: 1 addition & 1 deletion deployment/test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22"
appVersion: "0.1.23"

0 comments on commit a5ac3bc

Please sign in to comment.