diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 53758bce..73cd512b 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -9,7 +9,7 @@ ## Praeco -- Run tests +- `npm run test:unit` - Bump version number in package.json, if not already done - Push to master - (Drone will create/push docker image) diff --git a/package.json b/package.json index 57e12cca..1167e9c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "praeco", - "version": "0.3.6", + "version": "0.3.7", "private": true, "scripts": { "serve": "vue-cli-service serve",