Skip to content

Commit 998eb7b

Browse files
committed
Bump to v0.6.0.
1 parent 0bd532e commit 998eb7b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.6.0
6+
57
- Move container style to `styles.css`.
68

79
## 0.5.0

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-gist",
33
"name": "Gist",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"minAppVersion": "0.9.12",
66
"description": "This is a plugin to display the GitHub Gist.",
77
"author": "Jun Lin",

versions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"0.5.0": "0.9.12"
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"
38
}

0 commit comments

Comments
 (0)