From e5be3bac09506238c4afd96a0b7325da4f80f611 Mon Sep 17 00:00:00 2001 From: jonfairbanks Date: Sat, 14 Aug 2021 01:44:03 +0000 Subject: [PATCH] v1.0.6 --- chart/Chart.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 913e670..2d00965 100644 --- a/chart/Chart.yaml +++ b/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.5 +version: 1.0.6 # 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.5 +appVersion: 1.0.6 diff --git a/package-lock.json b/package-lock.json index 5e0d3dd..d15d9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "paypal-ipn-listener", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ec55549..b460110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paypal-ipn-listener", - "version": "1.0.5", + "version": "1.0.6", "description": "Node.js & MongoDB based PayPal IPN Listener", "main": "index.js", "dependencies": {