Skip to content

Commit bf91ecf

Browse files
committed
chore: Bump version
1 parent ae189db commit bf91ecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = (api, opts) => {
3333
hasTS = fs.existsSync(tsPath)
3434

3535
const dependencies = {
36-
quasar: '^2.0.0-beta.1',
36+
quasar: '^2.0.0',
3737
'@quasar/extras': '^1.0.0'
3838
}
3939

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-quasar",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Quasar Framework v2 plugin for Vue CLI v4+",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)