Skip to content

Commit

Permalink
Fix wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
thingnotok committed Nov 1, 2022
1 parent bd89dec commit df836ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-sample-plugin",
"version": "2.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"name": "obsidian-google-mail",
"version": "1.0.1",
"description": "It fetches Google Mail as md notes. For note taking on newletters and idea collections.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand All @@ -26,4 +26,4 @@
"googleapis": "^109.0.0",
"turndown": "^7.1.1"
}
}
}

0 comments on commit df836ac

Please sign in to comment.