File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 1.1.0 ] - 2017-08-16
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ sudo apt-get install lib32ncurses5-dev
3636You can install from the script directly:
3737
3838``` sh
39- curl -fsSL https://raw.githubusercontent.com/dhavalkapil/luaver/master/install.sh | sh -s - -r v1.0 .0
39+ curl -fsSL https://raw.githubusercontent.com/dhavalkapil/luaver/master/install.sh | sh -s - -r v1.1 .0
4040```
4141
4242Follow the instructions which appears after the luaver installation.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ install_file()
3030
3131# # Option parsing
3232LUAVER_DIR=~ /.luaver
33- REVISION=v1.0 .0
33+ REVISION=v1.1 .0
3434SHELL_TYPE=" $( basename /" ${SHELL} " ) "
3535
3636while getopts hr:s: OPT
Original file line number Diff line number Diff line change 77#
88# MIT license http://www.opensource.org/licenses/mit-license.php
99
10- __luaver_VERSION=" 1.0 .0"
10+ __luaver_VERSION=" 1.1 .0"
1111
1212# Directories and files to be used
1313
You can’t perform that action at this time.
0 commit comments