diff --git a/README.md b/README.md index ee8bc4b..763bd41 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A powerful, well tested, data decoder for Typescript. -API Documentation: [Decoder](https://marccoquand.github.io/Decoder/docs/index.html) +API Documentation: [Decoder](https://marccoquand.github.io/Decoder/modules/_index_.html) Github: [Decoder](https://github.com/MarcCoquand/Decoder) [![Coverage Status](https://coveralls.io/repos/github/MarcCoquand/Decoder/badge.svg?branch=master)](https://coveralls.io/github/MarcCoquand/Decoder?branch=master) diff --git a/package.json b/package.json index 062e3fd..eb444c0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",