Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGrimmauld committed Jan 15, 2023
1 parent b13803e commit acbcfad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-watcher-plugin",
"name": "ActivityWatch",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "This is a plugin bridging compatibility between ActivityWatch and Obsidian.",
"author": "Grimmauld",
"authorUrl": "https://github.com/LordGrimmauld",
"isDesktopOnly": true
}
}
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-watcher-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is a plugin bridging compatibility between ActivityWatch and Obsidian.",
"main": "main.js",
"scripts": {
Expand All @@ -21,6 +21,5 @@
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
}
"dependencies": {}
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}

0 comments on commit acbcfad

Please sign in to comment.