Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zolrath committed Jan 15, 2023
1 parent 700ab35 commit e7d9ec4
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 210 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-auto-link-title",
"name": "Auto Link Title",
"version": "1.2.7",
"version": "1.2.8",
"minAppVersion": "0.12.17",
"description": "This plugin automatically fetches the titles of links from the web",
"author": "Matt Furden",
Expand Down
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.2.7",
"version": "1.2.8",
"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.2.8": "0.12.17",
"1.2.7": "0.12.17",
"1.2.6": "0.12.17",
"1.2.5": "0.12.17",
Expand Down
Loading

0 comments on commit e7d9ec4

Please sign in to comment.