diff --git a/CHANGELOG.md b/CHANGELOG.md index 037b73a..eb848c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.2.3 +- Fixed readme badge URLs (#7). + # 0.2.2 (successor to 0.2.0) - Fixed object name parsing (#6). - Updated repo URLs to new repo. diff --git a/README.md b/README.md index 9a81580..f2daeaa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # node-marshal - -[![Build Status](https://travis-ci.org/instore/node-marshal.svg)](https://travis-ci.org/instore/node-marshal) -[![Code Climate](https://codeclimate.com/github/instore/node-marshal/badges/gpa.svg)](https://codeclimate.com/github/instore/node-marshal) -[![Test Coverage](https://codeclimate.com/github/instore/node-marshal/badges/coverage.svg)](https://codeclimate.com/github/instore/node-marshal/coverage) +[![Build Status](https://travis-ci.org/clayzermk1/node-marshal.svg)](https://travis-ci.org/clayzermk1/node-marshal) +[![Maintainability](https://api.codeclimate.com/v1/badges/aad4435e0049564ad670/maintainability)](https://codeclimate.com/github/clayzermk1/node-marshal/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/aad4435e0049564ad670/test_coverage)](https://codeclimate.com/github/clayzermk1/node-marshal/test_coverage) Parse Ruby's Marshal strings into JavaScript objects/JSON. diff --git a/package.json b/package.json index a8c6b5b..e82c668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marshal", - "version": "0.2.2", + "version": "0.2.3", "description": "Parse Ruby's Marshal strings into JavaScript objects/JSON.", "main": "index.js", "scripts": {