Skip to content

Commit f9bd5c1

Browse files
committed
Bump version
1 parent 773e1c6 commit f9bd5c1

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "maps",
33
"name": "Maps",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"minAppVersion": "1.10.0",
66
"description": "Adds a map layout to bases so you can display notes as an interactive map view.",
77
"author": "Obsidian",

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": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Adds map view to Obsidian Bases.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"0.1.0": "1.10.0",
3-
"0.1.1": "1.10.0"
3+
"0.1.1": "1.10.0",
4+
"0.1.2": "1.10.0"
45
}

0 commit comments

Comments
 (0)