Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed Feb 28, 2023
1 parent 48db03e commit b240609
Show file tree
Hide file tree
Showing 5 changed files with 1,667 additions and 1,737 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "open-gate",
"name": "Open Gate",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "0.15.0",
"description": "Embed any website to Obsidian, from now all, you have anything you need in one place.",
"author": "duocnv",
Expand All @@ -10,5 +10,5 @@
"Buy Me a Coffee": "https://paypal.me/duocnguyen",
"Follow me": "https://twitter.com/duocdev"
},
"isDesktopOnly": true
"isDesktopOnly": false
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-open-gate",
"version": "1.1.2",
"version": "1.1.3",
"description": "Embed any website to Obsidian, from now all, you have anything you need in one place.",
"main": "main.js",
"scripts": {
Expand All @@ -23,5 +23,8 @@
"prettier": "^2.8.1",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"electron": "^23.1.1"
}
}
Loading

0 comments on commit b240609

Please sign in to comment.