We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273beda commit 81230e6Copy full SHA for 81230e6
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-hackernews",
3
"name": "HackerNews",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"minAppVersion": "0.9.12",
6
"description": "Periodically fetches and displays top stories from HackerNews.",
7
"author": "Arpit Bhayani",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-hackernews",
- "version": "1.0.0",
"main": "main.js",
"scripts": {
versions.json
@@ -1,3 +1,4 @@
- "1.0.0": "0.12.0"
+ "1.0.0": "0.12.0",
+ "1.0.2": "0.12.0"
}
0 commit comments