Skip to content

Commit

Permalink
chore: reset to 0.15.0 version
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Jul 10, 2024
1 parent 5009de0 commit 4776f22
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions infrastructure/charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v1
entries:
identus-mediator:
- apiVersion: v2
appVersion: 1.0.0-beta.1
appVersion: 0.15.0
created: "2024-07-10T11:55:37.645145896Z"
description: A Helm chart for deploying identus-mediator
digest: 18cd95f21bd5a733473d0a775a0804c3bbd5efc201d68daa3cf38bc5184318e9
name: identus-mediator
type: application
urls:
- https://raw.githubusercontent.com/hyperledger/identus-mediator/main/infrastructure/charts/identus-mediator-1.0.0-beta.1.tgz
version: 1.0.0-beta.1
version: 0.15.0
generated: "2024-07-10T11:55:37.644463393Z"
4 changes: 2 additions & 2 deletions infrastructure/charts/mediator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,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: 1.0.0-beta.1
version: 0.15.0
# 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: "1.0.0-beta.1"
appVersion: "0.15.0"
dependencies: []
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "identus-mediator",
"version": "1.0.0-beta.1",
"version": "0.15.0",
"engines": {
"node": ">=16.13.0"
},
Expand All @@ -19,7 +19,6 @@
"semantic-release-slack-bot": "^4.0.2"
},
"release": {
"initial-release": "0.15.0",
"branches": [
{
"name": "main"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.0.0-beta.1"
ThisBuild / version := "0.15.0-SNAPSHOT"

0 comments on commit 4776f22

Please sign in to comment.