Skip to content

Commit

Permalink
Upgrade Helm chart and package.json version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danny900714 committed Apr 16, 2022
1 parent 0064e6b commit a8a8395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"author": "",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/conote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ maintainers:
# 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.2.0
version: 0.2.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.2.0"
appVersion: "0.2.1"
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conote",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit a8a8395

Please sign in to comment.