Skip to content

Commit

Permalink
chore: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-elias-alvarez committed Mar 8, 2024
1 parent 9506d6f commit fce570c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "geocoding-properties",
"name": "Geocoding Properties",
"version": "1.2.1",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Insert address / location data from geocoding APIs as Obsidian properties.",
"author": "Jose Elias Alvarez",
"authorUrl": "https://github.com/jose-elias-alvarez",
"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-geocoding-properties",
"version": "1.2.1",
"version": "2.0.0",
"description": "Insert address / location data from geocoding APIs as Obsidian properties",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.2.1": "0.15.0"
}
"1.2.1": "0.15.0",
"2.0.0": "0.15.0"
}

0 comments on commit fce570c

Please sign in to comment.