Skip to content

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianhaas committed Apr 8, 2017
2 parents 00cf8f5 + fa11d12 commit 0d5a3b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img alt="OSMD logo" src="http://opensheetmusicdisplay.org/wp-content/uploads/2015/03/OSMD_3_icon.png" width="200"/>
<img alt="OSMD logo" src="http://opensheetmusicdisplay.org/assets/osmd_logo.svg" width="200"/>

# OpenSheetMusicDisplay

Expand Down
2 changes: 1 addition & 1 deletion bin/publish_gh_page.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd opensheetmusicdisplay.github.io
git status

# Copy class documentation
rsync -a ../build/docs/* ./
rsync -a ../build/docs/* ./classdoc

# Copy demo application
rsync -a ../build/demo/* ./demo
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": "opensheetmusicdisplay",
"version": "0.2.0",
"version": "0.2.1",
"description": "An open source JavaScript engine for displaying MusicXML based on VexFlow.",
"main": "dist/src/OSMD/OSMD.js",
"typings": "dist/src/OSMD/OSMD",
Expand Down

0 comments on commit 0d5a3b1

Please sign in to comment.