diff --git a/CHANGELOG.md b/CHANGELOG.md index 48dc767..c2de43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2017-08-16 ### Added diff --git a/README.md b/README.md index 58ab0f4..7f51e71 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ sudo apt-get install lib32ncurses5-dev You can install from the script directly: ```sh -curl -fsSL https://raw.githubusercontent.com/dhavalkapil/luaver/master/install.sh | sh -s - -r v1.0.0 +curl -fsSL https://raw.githubusercontent.com/dhavalkapil/luaver/master/install.sh | sh -s - -r v1.1.0 ``` Follow the instructions which appears after the luaver installation. diff --git a/install.sh b/install.sh index 41e3ff9..8b2bb4e 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ install_file() ## Option parsing LUAVER_DIR=~/.luaver -REVISION=v1.0.0 +REVISION=v1.1.0 SHELL_TYPE="$(basename /"${SHELL}")" while getopts hr:s: OPT diff --git a/luaver b/luaver index 1474f4b..d0cd9c3 100755 --- a/luaver +++ b/luaver @@ -7,7 +7,7 @@ # # MIT license http://www.opensource.org/licenses/mit-license.php -__luaver_VERSION="1.0.0" +__luaver_VERSION="1.1.0" # Directories and files to be used