diff --git a/Readme.md b/Readme.md index 1570d95..1112af3 100644 --- a/Readme.md +++ b/Readme.md @@ -7,9 +7,9 @@  [![David – status of dependencies ](https://img.shields.io/david/studio-b12/doxie.append.svg?style=flat-square) ](https://david-dm.org/studio-b12/doxie.append) - [![Stability: experimental -](https://img.shields.io/badge/stability-experimental-yellow.svg?style=flat-square) -](https://nodejs.org/api/documentation.html#documentation_stability_index) + [![Stability: unstable +](https://img.shields.io/badge/stability-unstable-yellowgreen.svg?style=flat-square) +](https://github.com/studio-b12/doxie.append/milestones/1.0)  [![Code style: airbnb ](https://img.shields.io/badge/code%20style-airbnb-777777.svg?style=flat-square) ](https://github.com/airbnb/javascript) diff --git a/package.json b/package.json index 8cc0259..2743733 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "doxie.append" -, "version": "0.0.0-work-in-progress" +, "version": "0.1.0" , "description": "Add a string at the end of your docs." , "dependencies": { "object-assign": "^3.0.0"