Skip to content

Commit

Permalink
Version bump, update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed Aug 27, 2023
1 parent b85ce68 commit 7d63872
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "inbox",
"name": "Inbox",
"version": "1.1.0",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Show in app notification if there is data to process in the \"inbox\" note.",
"author": "Zachatoo",
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-inbox",
"version": "1.1.0",
"version": "2.0.0",
"description": "Show in app notification if there is data to process in the \"inbox\" note/folder.",
"main": "main.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"svelte": "^3.55.1",
"svelte-preprocess": "^5.0.1",
"tslib": "2.4.0",
"typescript": "4.7.4"
"typescript": "^4.9.0"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.2.3": "0.15.0",
"0.3.0": "0.15.0",
"1.0.0": "0.15.0",
"1.1.0": "0.15.0"
}
"1.1.0": "0.15.0",
"2.0.0": "0.15.0"
}

0 comments on commit 7d63872

Please sign in to comment.