mirror of
https://github.com/evanwong89/footprint-map.git
synced 2026-07-22 08:33:04 +00:00
Release 0.4.3
This commit is contained in:
parent
bb3bc7935a
commit
72de166c6a
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "footprint-map",
|
||||
"name": "Footprint Map",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"minAppVersion": "1.11.5",
|
||||
"description": "Render local photo footprints as interactive time-ordered maps.",
|
||||
"author": "Evan",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "footprint-map",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "footprint-map",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"exifr": "7.1.3",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "footprint-map",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"private": true,
|
||||
"description": "Portable Markdown footprint maps for Obsidian and browsers",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -10,5 +10,6 @@
|
|||
"0.3.0": "1.5.0",
|
||||
"0.4.0": "1.11.5",
|
||||
"0.4.1": "1.11.5",
|
||||
"0.4.2": "1.11.5"
|
||||
"0.4.2": "1.11.5",
|
||||
"0.4.3": "1.11.5"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue