Skip to content

Commit

Permalink
Prepare v0.0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar Oostendorp committed Dec 20, 2023
1 parent b9c5f40 commit 303d5b2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REPO = pixelaw/core
CORE_VERSION = 0.0.69
CORE_VERSION = 0.0.70
KEIKO_VERSION = v0.0.15


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.69
0.0.70
4 changes: 2 additions & 2 deletions charts/.shared/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: A Helm chart for Kubernetes

type: library

version: "0.0.69"
version: "0.0.70"

appVersion: "0.0.69"
appVersion: "0.0.70"

dependencies: [ ]

4 changes: 2 additions & 2 deletions charts/demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.0.69"
version: "0.0.70"

# This is the version number of the application being deployed. This version number should be
# 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.69"
appVersion: "0.0.70"
4 changes: 2 additions & 2 deletions charts/test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ icon: ""

dependencies:
- name: shared
version: "0.0.69"
version: "0.0.70"
repository: "file://../.shared"


Expand All @@ -14,6 +14,6 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.0.69"
version: "0.0.70"


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.3.0"
name = "pixelaw"
version = "0.0.69"
version = "0.0.70"
homepage = "https://github.com/pixelaw/core"

[cairo]
Expand Down

0 comments on commit 303d5b2

Please sign in to comment.