Skip to content

Commit 4b76515

Browse files
committed
[build] 2.1.1
1 parent 37e0bc3 commit 4b76515

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/vuex.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vuex v2.1.0
2+
* vuex v2.1.1
33
* (c) 2016 Evan You
44
* @license MIT
55
*/
@@ -749,7 +749,7 @@ if (typeof window !== 'undefined' && window.Vue) {
749749
var index = {
750750
Store: Store,
751751
install: install,
752-
version: '2.1.0',
752+
version: '2.1.1',
753753
mapState: mapState,
754754
mapMutations: mapMutations,
755755
mapGetters: mapGetters,

0 commit comments

Comments
 (0)