Skip to content

Commit

Permalink
chore: Bump version to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Dec 13, 2016
1 parent 9781a3d commit 7b2fce1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quasar-framework",
"version": "0.10.0",
"version": "0.10.1",
"description": "Simultaneously build desktop/mobile SPA websites & phone/tablet apps with VueJS",
"main": "dist/quasar.common.js",
"jsnext:main": "dist/quasar.es6.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Utils from './utils'
import { LocalStorage, SessionStorage } from './features/web-storage'

let Quasar = {
version: '0.10.0',
version: '0.10.1',
install,
start,
theme
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Utils from './utils'
import { LocalStorage, SessionStorage } from './features/web-storage'

let Quasar = {
version: '0.10.0',
version: '0.10.1',
install,
start,
theme,
Expand Down

0 comments on commit 7b2fce1

Please sign in to comment.