diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7d34727..a7be65e 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.7 +version: 1.0.8 # 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.7 +appVersion: 1.0.8 diff --git a/package-lock.json b/package-lock.json index 6c8385c..6dacb7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "paypal-ipn-listener", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f10ffb5..7d8e511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paypal-ipn-listener", - "version": "1.0.7", + "version": "1.0.8", "description": "Node.js & MongoDB based PayPal IPN Listener", "main": "index.js", "dependencies": {