Skip to content

Commit

Permalink
Merge pull request #17 from TilBlechschmidt/maintenance
Browse files Browse the repository at this point in the history
Bump version to incorporate recent PRs
  • Loading branch information
TilBlechschmidt authored Jan 11, 2022
2 parents 2b1e040 + c41dff3 commit 3777292
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "music-code-blocks",
"name": "Music notation",
"version": "1.0.4",
"version": "1.0.5",
"minAppVersion": "0.9.15",
"description": "Plugin which renders music notation from code blocks. Uses the `music-abc` language.",
"author": "Til Blechschmidt",
"authorUrl": "https://github.com/TilBlechschmidt/obsidian-plugin-abcjs",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-plugin-music-code-blocks",
"version": "1.0.4",
"version": "1.0.5",
"description": "Plugin which renders music notation from code blocks. Uses the `music-abc` language.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.1": "0.9.15",
"1.0.2": "0.9.15",
"1.0.3": "0.9.15",
"1.0.4": "0.9.15"
"1.0.4": "0.9.15",
"1.0.5": "0.13.19"
}

0 comments on commit 3777292

Please sign in to comment.