Browse Source

[build] 3.0.1

Evan You 7 years ago
parent
commit
d8b35b9b2a
4 changed files with 7 additions and 7 deletions
  1. 2 2
      dist/vuex.common.js
  2. 2 2
      dist/vuex.esm.js
  3. 2 2
      dist/vuex.js
  4. 1 1
      dist/vuex.min.js

+ 2 - 2
dist/vuex.common.js

@@ -1,5 +1,5 @@
 /**
- * vuex v3.0.0
+ * vuex v3.0.1
  * (c) 2017 Evan You
  * @license MIT
  */
@@ -921,7 +921,7 @@ function getModuleByNamespace (store, helper, namespace) {
 var index = {
   Store: Store,
   install: install,
-  version: '3.0.0',
+  version: '3.0.1',
   mapState: mapState,
   mapMutations: mapMutations,
   mapGetters: mapGetters,

+ 2 - 2
dist/vuex.esm.js

@@ -1,5 +1,5 @@
 /**
- * vuex v3.0.0
+ * vuex v3.0.1
  * (c) 2017 Evan You
  * @license MIT
  */
@@ -919,7 +919,7 @@ function getModuleByNamespace (store, helper, namespace) {
 var index_esm = {
   Store: Store,
   install: install,
-  version: '3.0.0',
+  version: '3.0.1',
   mapState: mapState,
   mapMutations: mapMutations,
   mapGetters: mapGetters,

+ 2 - 2
dist/vuex.js

@@ -1,5 +1,5 @@
 /**
- * vuex v3.0.0
+ * vuex v3.0.1
  * (c) 2017 Evan You
  * @license MIT
  */
@@ -925,7 +925,7 @@ function getModuleByNamespace (store, helper, namespace) {
 var index = {
   Store: Store,
   install: install,
-  version: '3.0.0',
+  version: '3.0.1',
   mapState: mapState,
   mapMutations: mapMutations,
   mapGetters: mapGetters,

File diff suppressed because it is too large
+ 1 - 1
dist/vuex.min.js


Some files were not shown because too many files changed in this diff