Skip to content

Commit db4e134

Browse files
committed
task: bump version => v2.0.5
1 parent b61dff8 commit db4e134

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/quasar-app-extension-qmarkdown",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Display inline markdown in your Quasar App",
55
"author": "Jeff Galbraith <[email protected]>",
66
"license": "MIT",
@@ -32,7 +32,7 @@
3232
"markdown"
3333
],
3434
"dependencies": {
35-
"@quasar/quasar-ui-qmarkdown": "^2.0.4",
35+
"@quasar/quasar-ui-qmarkdown": "^2.0.5",
3636
"front-matter": "^4.0.2",
3737
"markdown-it-abbr": "^1.0.4",
3838
"markdown-it-deflist": "^2.1.0",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quasar/quasar-ui-qmarkdown",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"author": "Jeff Galbraith <[email protected]>",
55
"contributors": [
66
{

ui/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.0.4'
1+
export const version = '2.0.5'

0 commit comments

Comments
 (0)