Browse Source

bump 0.12.0-beta2

Evan You 11 years ago
parent
commit
0926c2921e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      bower.json
  2. 1 1
      component.json
  3. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "vue",
-  "version": "0.12.0-beta1",
+  "version": "0.12.0-beta2",
   "main": "dist/vue.js",
   "description": "Simple, Fast & Composable MVVM for building interative interfaces",
   "authors": ["Evan You <yyx990803@gmail.com>"],

+ 1 - 1
component.json

@@ -1,6 +1,6 @@
 {
   "name": "vue",
-  "version": "0.12.0-beta1",
+  "version": "0.12.0-beta2",
   "main": "src/vue.js",
   "author": "Evan You <yyx990803@gmail.com>",
   "description": "Simple, Fast & Composable MVVM for building interative interfaces",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vue",
-  "version": "0.12.0-beta1",
+  "version": "0.12.0-beta2",
   "author": "Evan You <yyx990803@gmail.com>",
   "license": "MIT",
   "description": "Simple, Fast & Composable MVVM for building interative interfaces",