From 96a401a06f3e470dedf46ff4dd0d4e804f89c797 Mon Sep 17 00:00:00 2001 From: Ryan Sandoval Date: Sun, 18 Feb 2024 18:16:31 -0800 Subject: [PATCH] Bump version to 1.1.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 94a9ea0..30e2669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-calendar", - "version": "1.0.0-rc2", + "version": "1.1.0", "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 a6b1c3a..d3fc0de 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.0.0-rc2", + "version": "1.1.0", "name": "Calendar", "description": "A simple calendar to show notes created on each day.", "author": "Ryan Sandoval",