diff --git a/README.md b/README.md index b5277cc..f14f2f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Redux Token Auth + This is going to be the raddest client-side solution for user authentication using React and Redux with a Rails backend that uses Devise... But Ooh Wee! It's not quite ready yet. diff --git a/package.json b/package.json index 896ab6d..2ffeb8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-token-auth", - "version": "0.8.0", + "version": "0.9.0", "description": "Redux actions and reducers to integrate with Devise Token Auth", "main": "dist/index.js", "types": "index.d.ts",