From 2658af736704fd5da9d12802d625ed5297eff11c Mon Sep 17 00:00:00 2001 From: Jeff Galbraith Date: Tue, 8 Jun 2021 11:27:44 -0600 Subject: [PATCH] chore: bump version --- app-extension/package.json | 4 ++-- ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-extension/package.json b/app-extension/package.json index ae6645038..aa2be84d3 100644 --- a/app-extension/package.json +++ b/app-extension/package.json @@ -1,6 +1,6 @@ { "name": "@quasar/quasar-app-extension-qcalendar", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.12", "description": "A Quasar App Extension for @quasar/quasar-ui-qcalendar", "author": "Jeff Galbraith ", "license": "MIT", @@ -37,7 +37,7 @@ "schedule" ], "dependencies": { - "@quasar/quasar-ui-qcalendar": "^4.0.0-alpha.11" + "@quasar/quasar-ui-qcalendar": "^4.0.0-alpha.12" }, "devDependencies": { "@babel/core": "^7.14.3", diff --git a/ui/package.json b/ui/package.json index bb2b35857..844af2d02 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@quasar/quasar-ui-qcalendar", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.12", "author": "Jeff Galbraith ", "description": "QCalendar - Day/Month/Week Calendars, Popups, Date Pickers, Schedules, Agendas, Planners and Tasks for your Vue Apps", "license": "MIT",