Skip to content

Commit

Permalink
chore: Updated version to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Oct 24, 2016
1 parent 073af49 commit 270eefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Utils from './utils'
import { LocalStorage, SessionStorage } from './web-storage'

let Quasar = {
version: '0.8.0',
version: '0.8.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 @@ -24,7 +24,7 @@ import Utils from './utils'
import { LocalStorage, SessionStorage } from './web-storage'

let Quasar = {
version: '0.8.0',
version: '0.8.1',
install,
start,
theme,
Expand Down

0 comments on commit 270eefa

Please sign in to comment.