Skip to content

Commit 1727b3b

Browse files
stevendesuSilverkisses
authored andcommitted
v2.0.2
1 parent 854c761 commit 1727b3b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
>A minimalist state management library (inspired by Redux)
44
>
5-
>v2.0.1
5+
>v2.0.2
66
>
77
>Copyright 2016 Steven Barnett (stevendesu)
88
@@ -43,7 +43,7 @@ These are features which are no longer supported and will be removed in the
4343
next major version of Minimux. If you use any of these features, you may want
4444
to modify your code to no longer depend on them.
4545

46-
**No features deprecated yet as of v2.0.1**
46+
**No features deprecated yet as of v2.0.2**
4747

4848
## Requirements ##
4949

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

middleware/react.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minimux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
55

66
/*
7-
* Minimux v2.0.1
7+
* Minimux v2.0.2
88
* Author: Steven Barnett (stevendesu) <steven.abarnett@gmail.com>
99
* License: MIT +no-false-attribs (https://spdx.org/licenses/MITNFA.html)
1010
*

minimux.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimux",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A minimalist state manager inspired by Redux",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)