This commit is contained in:
Ell 2022-03-20 13:59:36 +01:00
parent 6d100212b7
commit 10404caf63
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-keep", "id": "obsidian-keep",
"name": "Obsidian Keep", "name": "Obsidian Keep",
"version": "1.0.2", "version": "1.1.0",
"minAppVersion": "0.13.33", "minAppVersion": "0.13.33",
"description": "An Obsidian plugin that displays Google Keep in the app", "description": "An Obsidian plugin that displays Google Keep in the app",
"author": "Ellpeck", "author": "Ellpeck",

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-keep", "name": "obsidian-keep",
"version": "1.0.2", "version": "1.1.0",
"description": "An Obsidian plugin that displays Google Keep in the app", "description": "An Obsidian plugin that displays Google Keep in the app",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,5 +1,6 @@
{ {
"1.0.0": "0.13.33", "1.0.0": "0.13.33",
"1.0.1": "0.13.33", "1.0.1": "0.13.33",
"1.0.2": "0.13.33" "1.0.2": "0.13.33",
"1.1.0": "0.13.33"
} }