Skip to content

Commit

Permalink
Pre-version for incoming version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Dec 6, 2017
1 parent 6fead3e commit 45d2c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ npm run dev
### Important

Each versions is specific to a version of Neutronium.JavascriptFramework.Vue.
Version 4.1.1 is compatible with last Neutroniumversion: 1.0.0
Version 4.1.1 is compatible with last Neutronium version: 1.0.0

For `0.6.0` use:
``` bash
Expand Down
2 changes: 1 addition & 1 deletion template/src/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import {install, vueInstanceOption} from './install'
import vueHelper from 'vueHelper'

install(Vue)
vueHelper.setOption(vueInstanceOption())
vueHelper.setOption(vueInstanceOption)
Vue.component('app', App)

0 comments on commit 45d2c3d

Please sign in to comment.