diff --git a/README.md b/README.md index 773daba..d8761b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Safe Units -[![Build Status](https://travis-ci.org/jscheiny/safe-units.svg?branch=develop)](https://travis-ci.org/jscheiny/safe-units) +[![Build Status](https://travis-ci.org/jscheiny/safe-units.svg?branch=master)](https://travis-ci.org/jscheiny/safe-units) Safe Units is a type-safe units of measurement framework for performing dimensional analysis in TypeScript at compile time. Safe Units provides an implementation of an SI based unit system but is flexible enough to allow users to create their own unit systems which can be independent or can interoperate with the built-in units. This library makes heavy use of conditional and thus requires 2.8.3+. diff --git a/package.json b/package.json index 8a78ad9..ae5a9ec 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,15 @@ { "name": "safe-units", "description": "Type-safe TypeScript units of measure", - "keywords": ["units", "measure", "dimension", "metric", "typescript", "typesafe"], - "version": "0.0.1", + "keywords": [ + "units", + "measure", + "dimension", + "metric", + "typescript", + "typesafe" + ], + "version": "0.0.2", "license": "MIT", "homepage": "https://github.com/jscheiny/safe-units", "bugs": "https://github.com/jscheiny/safe-units/issues",