Updated versioning

This commit is contained in:
Franco Speziali 2022-04-24 22:33:53 +02:00
parent 20b4935ed7
commit e171e443ba
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "joplin-plugin-event-calendar",
"version": "0.1.0",
"version": "0.1.1",
"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.0",
"version": "0.1.1",
"name": "Event Calendar",
"description": "A simple event calendar",
"author": "Franco Speziali",