From a9a26a84a97102474501f5463d529ae35399cb5a Mon Sep 17 00:00:00 2001 From: eric thul Date: Fri, 3 Jun 2016 23:25:35 -0400 Subject: [PATCH] Bumping version number to 1.0.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6d3f3a..9e887dc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Install with [npm](https://npmjs.org/package/purs-loader). ``` -npm install purs-loader@next --save-dev +npm install purs-loader --save-dev ``` ## Example diff --git a/package.json b/package.json index fe363cc..d06cf53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purs-loader", - "version": "1.0.0-rc.1", + "version": "1.0.0", "description": "A webpack loader for PureScript.", "main": "index.js", "files": [ -- 2.41.0