From 4eb09df098a6746fc31cb9b6212bdbf98759a13a Mon Sep 17 00:00:00 2001 From: dhruvik7 Date: Mon, 15 Feb 2021 10:12:09 -0500 Subject: [PATCH] Non-debounced version for older Obsidian --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d44afb0..6f3ef54 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-daily-stats", "name": "Daily Stats", - "version": "1.0.1", + "version": "1.0.0", "minAppVersion": "0.9.10", "description": "Track your daily word count across all notes in your vault.", "author": "Dhruvik Parikh", diff --git a/package.json b/package.json index 96cfcd3..977a1fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-daily-stats", - "version": "1.0.1", + "version": "1.0.0", "description": "This is an Obsidian.md plugin that lets you view your daily word count.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 63c644e..d568006 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.9.7" + "1.0.0": "0.9.10" } \ No newline at end of file