Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trikzon committed Nov 23, 2022
1 parent 2c05ccd commit d156dfc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "frontmatter-links",
"name": "Frontmatter Links",
"version": "1.2.1-beta",
"version": "1.2.2-beta",
"minAppVersion": "1.0.0",
"description": "Renders links in a note's frontmatter as links.",
"author": "Dion Tryban (Trikzon)",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "frontmatter-links",
"name": "Frontmatter Links",
"version": "1.1.0",
"version": "1.2.2",
"minAppVersion": "1.0.0",
"description": "Renders links in a note's frontmatter as links.",
"author": "Dion Tryban (Trikzon)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-frontmatter-links",
"version": "1.1.0",
"version": "1.2.2",
"description": "Renders links in a note's frontmatter as links.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "1.0.0",
"1.1.0": "1.0.0"
"1.1.0": "1.0.0",
"1.2.2": "1.0.0"
}

0 comments on commit d156dfc

Please sign in to comment.