Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Oct 28, 2021
1 parent e47faf4 commit 631dd13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-qmediaplayer",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "A Quasar App Extension for @quasar/quasar-ui-qmediaplayer",
"author": "Jeff Galbraith <jeff@quasar.dev>",
"license": "MIT",
Expand Down Expand Up @@ -42,6 +42,6 @@
"yarn": ">= 1.6.0"
},
"dependencies": {
"@quasar/quasar-ui-qmediaplayer": "^2.0.0-beta.2"
"@quasar/quasar-ui-qmediaplayer": "^2.0.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-ui-qmediaplayer",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"author": "Jeff Galbraith <jeff@quasar.dev>",
"description": "QMediaPlayer is an HTML5 media player (Vue Plugin, UMD and Quasar App Extension)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/version.js
@@ -1 +1 @@
export const version = '2.0.0-beta.2'
export const version = '2.0.0-beta.3'

0 comments on commit 631dd13

Please sign in to comment.