diff --git a/client/chart/Chart.yaml b/client/chart/Chart.yaml index e2720ba..9eb51a3 100644 --- a/client/chart/Chart.yaml +++ b/client/chart/Chart.yaml @@ -15,11 +15,11 @@ 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.29 +version: 1.0.30 # 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. -appVersion: 1.0.29 +appVersion: 1.0.30 diff --git a/client/package-lock.json b/client/package-lock.json index eaf5bf1..e62d971 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "yo-url-shortener-client", - "version": "1.0.29", + "version": "1.0.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yo-url-shortener-client", - "version": "1.0.29", + "version": "1.0.30", "license": "UNLICENSED", "dependencies": { "auth0-lock": "^12.0.2", diff --git a/client/package.json b/client/package.json index cefd483..7ce8b1f 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "yo-url-shortener-client", "description": "Yo Dawg, heard you're tired of remembering URLs", "repository": "https://github.com/jonfairbanks/yo.git", - "version": "1.0.29", + "version": "1.0.30", "author": "Jon Fairbanks", "license": "UNLICENSED", "private": true, diff --git a/server/chart/Chart.yaml b/server/chart/Chart.yaml index 2ced18d..6c6508d 100644 --- a/server/chart/Chart.yaml +++ b/server/chart/Chart.yaml @@ -15,9 +15,9 @@ 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.27 +version: 1.0.28 # 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. -appVersion: 1.0.27 +appVersion: 1.0.28 diff --git a/server/package-lock.json b/server/package-lock.json index 1700c41..2e83d7a 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "yo-url-shortener-api", - "version": "1.0.27", + "version": "1.0.28", "license": "UNLICENSED", "dependencies": { "axios": "^1.4.0",