Skip to content

Commit 8f2eaa4

Browse files
committed
Release 0.1.0
1 parent bd06adc commit 8f2eaa4

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "maps",
33
"name": "Maps",
4-
"version": "1.0.0",
5-
"minAppVersion": "1.4.0",
6-
"description": "Adds map view support to Obsidian Bases plugin.",
4+
"version": "0.1.0",
5+
"minAppVersion": "1.10.0",
6+
"description": "Adds a map layout to bases so you can display notes as an interactive map view.",
77
"author": "Obsidian",
88
"authorUrl": "https://obsidian.md",
99
"fundingUrl": "https://obsidian.md/pricing",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-maps",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Adds map view to Obsidian Bases.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"1.0.0": "0.15.0"
2+
"0.1.0": "1.10.0"
33
}

0 commit comments

Comments
 (0)