From 220b6ff7a58dcf90c6ca3a73ed7ce90d4b4bc1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Morais?= Date: Sun, 9 Jan 2022 14:21:19 -0800 Subject: [PATCH] Bump version to 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0efa1a7..272cad0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shortcut-buttons-flatpickr", "description": "Shortcut buttons is a plugin for flatpickr that provides users an alternative way to interact with the datetime picker.", - "version": "0.3.1", + "version": "0.4.0", "main": "dist/shortcut-buttons-flatpickr.js", "scripts": { "build": "run-s build:pre build:dev build:prod",