diff --git a/package.json b/package.json index 5c9c814..0b94e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beedle", - "version": "1.0.0", + "version": "0.1.0", "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": {