diff --git a/Makefile b/Makefile index d22eb83..2a48284 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REPO = pixelaw/core -CORE_VERSION = 0.0.48 +CORE_VERSION = 0.0.49 KEIKO_VERSION = v0.0.16 diff --git a/VERSION b/VERSION index a24809a..50f402a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.48 +0.0.49 diff --git a/bots/package.json b/bots/package.json index 789315d..c5998df 100644 --- a/bots/package.json +++ b/bots/package.json @@ -1,6 +1,6 @@ { "name": "pixelaw-core-bots", - "version": "0.0.48", + "version": "0.0.49", "description": "gets queueEvents and processes them", "main": "index.js", "license": "MIT", diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index a6b2c97..33f5b8c 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -1,7 +1,7 @@ [package] cairo-version = "2.4.0" name = "pixelaw" -version = "0.0.48" +version = "0.0.49" homepage = "https://github.com/pixelaw/core" [cairo] diff --git a/deployment/demo/Chart.yaml b/deployment/demo/Chart.yaml index 514d211..0ae85eb 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.48" +appVersion: "0.0.49" diff --git a/deployment/test/Chart.yaml b/deployment/test/Chart.yaml index 514d211..0ae85eb 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.48" +appVersion: "0.0.49" diff --git a/web/package.json b/web/package.json index 1041e85..8d9eb2e 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "pixelaw-core-web", "private": false, - "version": "0.0.48", + "version": "0.0.49", "type": "module", "scripts": { "dev": "vite",