From b792d7da895655dbbf327df2002cd0b99214c9c2 Mon Sep 17 00:00:00 2001 From: Martin Hecher Date: Sun, 22 Feb 2015 13:20:37 +0100 Subject: [PATCH] * fixed README.md * version pump to 0.1.8 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2103d43..c29b6ba 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ We are happy to discuss new features and enhancements. Feel free to drop us a no 4. Execute 'yo duraark:service $NAME', where $NAME is your service name -5. The directory is populated with the necessary files. See the 'scripts' folder for the development scripts and the 'deployment' folder for scripts to deploy the service with docker. +5. The directory is populated with the necessary files. See the '_devops_' folder for the development and deployment helper scripts. A documentation for those scripts can be found at [microservice-base](https://github.com/DURAARK/microservice-base). -This is the first public version of the CLI. Documentation and functionality will be extended over the next months within the [DURAARK project](http://duraark.eu). +This is an early but usable version of the CLI. Documentation and functionality will be extended over the next months within the [DURAARK project](http://duraark.eu). Enjoy! diff --git a/package.json b/package.json index bb3c604..9393003 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-duraark", - "version": "0.1.7", + "version": "0.1.8", "description": "CLI for scaffolding develop- and deployment environments for docker-enabled REST microservices.", "license": "MIT", "main": "app/index.js",