Skip to content

Commit

Permalink
chore(ui): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Sep 2, 2023
1 parent a717b78 commit 21e1088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/__elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ For a full list of our `wonderful` people who make Quasar happen, visit the [Bac
## Inline example

```js
module.exports = function (ctx) { // can be async too
export default function (ctx) { // can be async too
console.log(ctx)

// Example output on console:
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",
"version": "2.12.5",
"version": "2.12.6",
"description": "Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time",
"main": "dist/quasar.cjs.prod.js",
"module": "dist/quasar.esm.prod.js",
Expand Down

0 comments on commit 21e1088

Please sign in to comment.