diff --git a/README.md b/README.md index d0e9a07..85f3596 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An opinionated **UI library** and **application framework** for the web in *Elm* following the **Elm Architecture**. [![Build Status](https://travis-ci.org/gdotdesign/elm-ui.svg?branch=master)](https://travis-ci.org/gdotdesign/elm-ui) -[![NPM Package](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=0.1.2&x2=0)](https://www.npmjs.com/package/elm-ui) +[![NPM Package](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=0.1.3&x2=0)](https://www.npmjs.com/package/elm-ui) [![Dependencies](https://david-dm.org/gdotdesign/elm-ui.svg)](https://david-dm.org/gdotdesign/elm-ui) ## Getting Started diff --git a/elm-package.json b/elm-package.json index 7a68c03..91a40f4 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "0.1.2", + "version": "0.1.3", "summary": "UI Library in ELM", "repository": "https://github.com/gdotdesign/elm-ui.git", "license": "BSD-2-Clause", diff --git a/package.json b/package.json index d1a6d4e..e405f80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elm-ui", - "version": "0.1.2", + "version": "0.1.3", "description": "UI Libary in Elm", "scripts": { "start": "bin/index.js server",