From 9f8a08377d9f010976be182da09da6a255c6132c Mon Sep 17 00:00:00 2001 From: Razvan Stoenescu Date: Thu, 10 Feb 2022 11:21:05 +0200 Subject: [PATCH] chore(ui): Bump version --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 99f5bdc0517..8d1e0913e07 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "quasar", - "version": "2.5.4", + "version": "2.5.5", "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",