Skip to content

Commit

Permalink
version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
alensiljak committed Nov 10, 2022
1 parent 4c358a1 commit 52e4440
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Obsidian ABC.JS plugin

This plugin renders music sheets from code blocks using the `music-abc` as the language spec.
Under the hood it uses [abcjs](https://paulrosen.github.io/abcjs/) library and supports
all the features abcjs does.
Obsidian plugin which renders ABC music notation from code blocks using the `abc` language specifier.

Under the hood it uses [abcjs](https://paulrosen.github.io/abcjs/) library and supports all the features that abcjs provides.

## Examples

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "music-code-blocks",
"name": "ABC Music Notation",
"version": "1.1.0",
"version": "1.2.0",
"minAppVersion": "0.9.15",
"description": "The plugin which renders ABC music notation from code blocks using the `music-abc` as the language spec.",
"description": "Obsidian plugin which renders ABC music notation from code blocks using the `abc` language specifier.",
"author": "Til Blechschmidt",
"authorUrl": "https://github.com/abcjs-music/obsidian-plugin-abcjs",
"isDesktopOnly": false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-plugin-music-code-blocks",
"version": "1.1.0",
"description": "Plugin which renders ABC music notation from code blocks. Uses the `music-abc` as language spec.",
"version": "1.2.0",
"description": "Obsidian plugin which renders ABC music notation from code blocks using the `abc` language specifier.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
Expand Down
2 changes: 2 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
"1.0.5": "0.13.19",
"1.0.6": "0.15.6",
"1.0.7": "0.15.6",
"1.1.0": "0.15.6",
"1.2.0": "0.15.6"
}

0 comments on commit 52e4440

Please sign in to comment.