Skip to content

Commit

Permalink
chore: bump version => v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Jan 20, 2022
1 parent fe82d6b commit 354050b
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-qmarkdown",
"version": "2.0.0-alpha.9",
"version": "2.0.0-beta.1",
"description": "Display inline markdown in your Quasar App",
"author": "Jeff Galbraith <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"markdown"
],
"dependencies": {
"@quasar/quasar-ui-qmarkdown": "^2.0.0-alpha.9",
"@quasar/quasar-ui-qmarkdown": "^2.0.0-beta.1",
"front-matter": "^4.0.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-ui-qmarkdown",
"version": "2.0.0-alpha.9",
"version": "2.0.0-beta.1",
"author": "Jeff Galbraith <[email protected]>",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion ui/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.0-alpha.9'
export const version = '2.0.0-beta.1'

0 comments on commit 354050b

Please sign in to comment.