diff --git a/package-lock.json b/package-lock.json index 84f0280e..a8dbcc65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@openstapps/configuration", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86b14f96..9a759dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openstapps/configuration", - "version": "0.5.0", + "version": "0.5.1", "description": "A collection of configuration base files for StApps projects.", "scripts": { "build": "npm run tslint && npm run compile && npm run documentation",