Updated versioning, package-lock.json

This commit is contained in:
Franco Speziali 2022-06-14 18:47:32 +02:00
parent 3d19819fb2
commit 02a8a7e6eb
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "joplin-plugin-event-calendar",
"version": "0.1.0",
"version": "0.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "joplin-plugin-event-calendar",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"date-fns": "^2.28.0",

View File

@ -1,6 +1,6 @@
{
"name": "joplin-plugin-event-calendar",
"version": "0.1.1",
"version": "0.2.0",
"scripts": {
"test": "jest",
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",

View File

@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "com.wemakemachines.joplin.plugin.event-calendar",
"app_min_version": "2.7",
"version": "0.1.1",
"version": "0.2.0",
"name": "Event Calendar",
"description": "A simple event calendar",
"author": "Franco Speziali",