From 8830842b82d81094aefd597a2d5fa2bc9c571475 Mon Sep 17 00:00:00 2001 From: Sharon Rosner Date: Wed, 30 Nov 2016 12:01:45 +0100 Subject: [PATCH] Version 1.0.3 --- CHANGELOG.md | 2 ++ bin/install_release.sh | 2 +- lib/lyp/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 115e436..1766cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# Version 1.0.3 2016-11-30 + - Refactor Lilypond option parsing. - Refactor version and version requirement construction. diff --git a/bin/install_release.sh b/bin/install_release.sh index b80953a..3d82824 100755 --- a/bin/install_release.sh +++ b/bin/install_release.sh @@ -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" diff --git a/lib/lyp/version.rb b/lib/lyp/version.rb index 848bac5..18be7c6 100644 --- a/lib/lyp/version.rb +++ b/lib/lyp/version.rb @@ -1,3 +1,3 @@ module Lyp - VERSION = "1.0.2" + VERSION = "1.0.3" end