Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Nov 30, 2016
1 parent 27dbc40 commit 8830842
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Version 1.0.3 2016-11-30

- Refactor Lilypond option parsing.
- Refactor version and version requirement construction.

Expand Down
2 changes: 1 addition & 1 deletion bin/install_release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

LYP_VERSION="1.0.2"
LYP_VERSION="1.0.3"
WORKDIR="/tmp/lyp-release-installer"
URL_BASE="https://github.com/noteflakes/lyp/releases/download/v$LYP_VERSION"

Expand Down
2 changes: 1 addition & 1 deletion lib/lyp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lyp
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit 8830842

Please sign in to comment.