diff --git a/babel-plugin/package.json b/babel-plugin/package.json index 8013c84..2bf0fbc 100644 --- a/babel-plugin/package.json +++ b/babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-redux-smart-actions", - "version": "0.3.0", + "version": "0.3.1", "description": "Babel plugin for redux-smart-actions to reduce boilerplate even more", "main": "src/index.js", "module": "src/index.js", diff --git a/package.json b/package.json index d05b916..76dd4ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-smart-actions", - "version": "0.3.0", + "version": "0.3.1", "description": "The fastest way to write Redux actions", "main": "lib/index.js", "module": "es/index.js",