Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Dec 4, 2016
1 parent 9e65bab commit 92b15e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.1.0 2016-12-04

- Improve performance by loading dependencies only when needed.

# Version 1.0.3 2016-11-30

- Refactor Lilypond option parsing.
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.3"
LYP_VERSION="1.1.0"
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.3"
VERSION = "1.1.0"
end

0 comments on commit 92b15e4

Please sign in to comment.