Skip to content

Commit

Permalink
chore: increate version
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed Feb 28, 2023
1 parent 4138e13 commit 91a4440
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
24 changes: 12 additions & 12 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "open-gate",
"name": "Open Gate",
"version": "1.1.4",
"minAppVersion": "0.15.0",
"description": "Embed any website to Obsidian, from now all, you have anything you need in one place.",
"author": "duocnv",
"authorUrl": "https://twitter.com/duocdev",
"fundingUrl": {
"Buy Me a Coffee": "https://paypal.me/duocnguyen",
"Follow me": "https://twitter.com/duocdev"
}
}
"id": "open-gate",
"name": "Open Gate",
"version": "1.1.5",
"minAppVersion": "0.15.0",
"description": "Embed any website to Obsidian, from now all, you have anything you need in one place.",
"author": "duocnv",
"authorUrl": "https://twitter.com/duocdev",
"fundingUrl": {
"Buy Me a Coffee": "https://paypal.me/duocnguyen",
"Follow me": "https://twitter.com/duocdev"
}
}
2 changes: 1 addition & 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.4",
"version": "1.1.5",
"description": "Embed any website to Obsidian, from now all, you have anything you need in one place.",
"main": "main.js",
"scripts": {
Expand Down
27 changes: 14 additions & 13 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.0.7": "0.15.0",
"1.0.8": "0.15.0",
"1.1.1": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0",
"1.1.4": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.0.7": "0.15.0",
"1.0.8": "0.15.0",
"1.1.1": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0",
"1.1.4": "0.15.0",
"1.1.5": "0.15.0"
}

0 comments on commit 91a4440

Please sign in to comment.