Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Jun 29, 2016
1 parent ebaad26 commit 3b301a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
## Version 1.0.0 2016-06-29

- Fix `\pcondIncludeOnce`.
- Implement flatten command (#26).

Expand Down
2 changes: 1 addition & 1 deletion 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"

Expand Down
2 changes: 1 addition & 1 deletion lib/lyp/version.rb
@@ -1,3 +1,3 @@
module Lyp
VERSION = "0.3.9"
VERSION = "1.0.0"
end

0 comments on commit 3b301a0

Please sign in to comment.