Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Upgrade to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rptxeni committed Feb 16, 2023
1 parent f64618a commit 4fe4954
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/tezos-api-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.12.0
version: 0.12.1

# 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.12.0"
appVersion: "0.12.1"

dependencies:
- name: postgresql
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tezos-api-gateway",
"version": "0.12.0",
"version": "0.12.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/openapi/spec/info/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const info = {
title: 'tezos-api-gateway',
description: 'Webservice responsible to interact with Tezos Blockchain',
version: '0.12.0',
version: '0.12.1',
};

export default info;

0 comments on commit 4fe4954

Please sign in to comment.