diff --git a/README.md b/README.md index 594acdd..fd9ab37 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ storeInstance.events.subscribe('stateChange', () => { -Head over to the [demo](#) to see this in action 🚀 +Head over to the [demo](https://github.com/hankchizljaw/beedle/tree/v0.3.0/demo) to see this in action 🚀 diff --git a/package.json b/package.json index 32dfff3..77536fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beedle", - "version": "0.3.0", + "version": "0.3.1", "description": "Beedle is a tiny little library to help you manage state across your application. Inspired by great libraries like Vuex and Redux, Beedle creates a central store that enables you to both better control and cascade state across your application.", "main": "dist/beedle.js", "scripts": {