Skip to content

Commit

Permalink
[release] 1.0.0-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 27, 2015
1 parent be26885 commit 783a619
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/vue.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Vue.js v1.0.0-rc.2-migration
* Vue.js v1.0.0-migration
* (c) 2015 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -163,7 +163,7 @@ return /******/ (function(modules) { // webpackBootstrap
extend(p, __webpack_require__(69))
extend(p, __webpack_require__(70))

Vue.version = '1.0.0-alpha.8'
Vue.version = '1.0.0-migration'
module.exports = _.Vue = Vue


Expand Down
4 changes: 2 additions & 2 deletions dist/vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue",
"version": "1.0.0-rc.2-migration",
"version": "1.0.0-migration",
"author": "Evan You <[email protected]>",
"license": "MIT",
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
Expand Down
2 changes: 1 addition & 1 deletion src/vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ extend(p, require('./api/events'))
extend(p, require('./api/child'))
extend(p, require('./api/lifecycle'))

Vue.version = '1.0.0-rc.2-migration'
Vue.version = '1.0.0-migration'
module.exports = _.Vue = Vue

0 comments on commit 783a619

Please sign in to comment.