Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovyerus committed Aug 7, 2024
1 parent 1baaba5 commit 3f7d217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-klog",
"version": "0.1.0",
"version": "0.2.0",
"description": "Obsidian support for the Klog file format.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-gC1BAPGB3Z/tN+RFEgVev4KY1BQLtGLQDr86Ym9mz04=";
hash = "sha256-YrJpBWzcTksjfcQP4oP3TUd4uYi0y50ZJQ0Ma2H+ZAQ=";
};

nativeBuildInputs = [nodejs pnpm.configHook];
Expand Down

0 comments on commit 3f7d217

Please sign in to comment.