Skip to content

Commit

Permalink
update 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Floydv149 committed Oct 18, 2023
1 parent aa8dbba commit 3769c17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bible linker Pro Changelog

## 1.2.1
## 1.2.1~1.2.2

- Fixed links to README and CHANGELOG files.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ge 1:1

## Changelog

[Click here to view the changelog.](https://github.com/Floydv149/bibleLinkerPro/blob/main/CHANGELOG.md)
[Click here to view the changelog.](https://github.com/Floydv149/bibleLinkerPro/blob/main/CHANGELOG.MD)

## Roadmap

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": "Bible linker Pro",
"name": "Bible linker Pro",
"version": "1.2.1",
"version": "1.2.2",
"minAppVersion": "0.15.0",
"description": "This is a plugin that converts Bible texts to JW Library links.",
"author": "Floydv149",
Expand Down
2 changes: 1 addition & 1 deletion settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class MainSettingTab extends PluginSettingTab {
containerEl.createEl("br");
containerEl.createEl("a", {
text: "Changelog",
href: "https://github.com/Floydv149/bibleLinkerPro/blob/main/CHANGELOG.md",
href: "https://github.com/Floydv149/bibleLinkerPro/blob/main/CHANGELOG.MD",
});

containerEl.createEl("hr");
Expand Down

0 comments on commit 3769c17

Please sign in to comment.