Skip to content

Commit deafd6f

Browse files
committed
Bump to v0.7.0.
1 parent 90f8f1e commit deafd6f

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
# 0.7.0
6+
57
- Fixes the link in the gist view will be opened in the iFrame.
68
- Use the `postMessage` mechanism to set the iFrame's height, which should be much secure.
79

manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "obsidian-gist",
3-
"name": "Gist",
4-
"version": "0.6.0",
5-
"minAppVersion": "0.9.12",
6-
"description": "This is a plugin to display the GitHub Gist.",
7-
"author": "Jun Lin",
8-
"authorUrl": "https://github.com/linjunpop/obsidian-gist",
9-
"isDesktopOnly": false
2+
"id": "obsidian-gist",
3+
"name": "Gist",
4+
"version": "0.7.0",
5+
"minAppVersion": "0.9.12",
6+
"description": "This is a plugin to display the GitHub Gist.",
7+
"author": "Jun Lin",
8+
"authorUrl": "https://github.com/linjunpop/obsidian-gist",
9+
"isDesktopOnly": false
1010
}

versions.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"0.6.0": "0.9.12",
3-
"0.5.0": "0.9.12",
4-
"0.4.0": "0.9.12",
5-
"0.3.0": "0.9.12",
6-
"0.2.0": "0.9.12",
7-
"0.1.0": "0.9.12"
2+
"0.7.0": "0.9.12",
3+
"0.6.0": "0.9.12",
4+
"0.5.0": "0.9.12",
5+
"0.4.0": "0.9.12",
6+
"0.3.0": "0.9.12",
7+
"0.2.0": "0.9.12",
8+
"0.1.0": "0.9.12"
89
}

0 commit comments

Comments
 (0)