diff --git a/package-lock.json b/package-lock.json index 88873626..e4953a20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@openstapps/configuration", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c624cfbd..a54ec4e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openstapps/configuration", - "version": "0.2.0", + "version": "0.3.0", "description": "A collection of configuration base files for StApps projects.", "scripts": { "build": "npm run tslint && npm run compile && npm run documentation",