normalize id

This commit is contained in:
fyears 2021-11-15 09:56:41 +08:00
parent d753617628
commit 76f90ea375
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"id": "obsidian-remotely-Save",
"id": "obsidian-remotely-save",
"name": "Remotely Save",
"version": "0.1.0",
"version": "0.1.1",
"minAppVersion": "0.12.15",
"description": "Yet another unofficial plugin allowing users to sync notes between local device and the cloud service.",
"author": "fyears",

View File

@ -1,6 +1,6 @@
{
"name": "obsidian-remotely-save",
"version": "0.1.0",
"version": "0.1.1",
"description": "This is yet another sync plugin for Obsidian app.",
"scripts": {
"dev": "webpack --mode development --watch",

View File

@ -1,3 +1,3 @@
{
"0.1.0": "0.12.15"
"0.1.1": "0.12.15"
}