mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 06:49:09 +01:00
1.1.0
This commit is contained in:
parent
6d100212b7
commit
10404caf63
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-keep",
|
||||
"name": "Obsidian Keep",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "0.13.33",
|
||||
"description": "An Obsidian plugin that displays Google Keep in the app",
|
||||
"author": "Ellpeck",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-keep",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"description": "An Obsidian plugin that displays Google Keep in the app",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"1.0.0": "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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue