From f7bab1ba714f736f51f943dba388c2edf4ec67da Mon Sep 17 00:00:00 2001 From: Ryan Sandoval Date: Sat, 6 Apr 2024 15:46:50 -0700 Subject: [PATCH] Bump version to 1.1.1 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30e2669..7cc06d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-calendar", - "version": "1.1.0", + "version": "1.1.1", "scripts": { "dist": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "husky install && npm run dist", diff --git a/src/manifest.json b/src/manifest.json index d3fc0de..7fa35cb 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.joplin-calendar", "app_min_version": "2.8", - "version": "1.1.0", + "version": "1.1.1", "name": "Calendar", "description": "A simple calendar to show notes created on each day.", "author": "Ryan Sandoval",