Skip to content

Commit

Permalink
Publish 1.1.0 - Enable Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
zolrath committed Apr 22, 2021
1 parent 69e95ed commit c86c259
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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-auto-link-title",
"name": "Auto Link Title",
"version": "1.0.9",
"version": "1.1.0",
"minAppVersion": "0.9.12",
"description": "This plugin automatically fetches the titles of links from the web",
"author": "Matt Furden",
"authorUrl": "https://github.com/zolrath",
"isDesktopOnly": true
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-auto-link-title",
"version": "1.0.9",
"version": "1.1.0",
"description": "Automatically fetches the titles of links from the web and formats link when pasted",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.1.0": "0.9.12",
"1.0.9": "0.9.12",
"1.0.8": "0.9.12",
"1.0.7": "0.9.12",
Expand Down

0 comments on commit c86c259

Please sign in to comment.