Skip to content

Commit

Permalink
bump obsidian dependency; try to make release for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Welker committed Oct 18, 2022
1 parent 117b046 commit 4b92e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-remarkable",
"name": "Obsidian & reMarkable",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "0.9.12",
"description": "A plugin to integrate the reMarkable tablet into an Obsidian workflow, allowing users to insert drawings captured from their reMarkable",
"author": "Simon Welker (cobalamin)",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remarkable-obsidian",
"version": "1.0.1",
"version": "1.1.1",
"description": "A plugin to integrate the reMarkable tablet into an Obsidian workflow, allowing users to insert drawings as nicely styled transparent images",
"main": "main.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.14.37",
"obsidian": "^0.12.0",
"obsidian": "^0.16.3",
"rollup": "^2.32.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
Expand Down

0 comments on commit 4b92e87

Please sign in to comment.