From 3b301a08d8677f3a64c1a2665617882ac478ac60 Mon Sep 17 00:00:00 2001 From: Sharon Rosner Date: Wed, 29 Jun 2016 15:19:20 +0200 Subject: [PATCH] Version 1.0.0 --- 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 f621363..120fdec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## Version 1.0.0 2016-06-29 + - Fix `\pcondIncludeOnce`. - Implement flatten command (#26). diff --git a/bin/install_release.sh b/bin/install_release.sh index 05e92c9..d19fac1 100755 --- a/bin/install_release.sh +++ b/bin/install_release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -LYP_VERSION="0.3.9" +LYP_VERSION="1.0.0" 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 8ce37b2..5dea43d 100644 --- a/lib/lyp/version.rb +++ b/lib/lyp/version.rb @@ -1,3 +1,3 @@ module Lyp - VERSION = "0.3.9" + VERSION = "1.0.0" end