Release 0.4.3

This commit is contained in:
Evan 2026-07-22 08:36:13 +08:00
parent bb3bc7935a
commit 72de166c6a
4 changed files with 6 additions and 5 deletions

View file

@ -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
View file

@ -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",

View file

@ -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",

View file

@ -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"
}