File tree 4 files changed +4
-4
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 1.1.0 ] - 2017-08-16
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ sudo apt-get install lib32ncurses5-dev
36
36
You can install from the script directly:
37
37
38
38
``` 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
40
40
```
41
41
42
42
Follow the instructions which appears after the luaver installation.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ install_file()
30
30
31
31
# # Option parsing
32
32
LUAVER_DIR=~ /.luaver
33
- REVISION=v1.0 .0
33
+ REVISION=v1.1 .0
34
34
SHELL_TYPE=" $( basename /" ${SHELL} " ) "
35
35
36
36
while getopts hr:s: OPT
Original file line number Diff line number Diff line change 7
7
#
8
8
# MIT license http://www.opensource.org/licenses/mit-license.php
9
9
10
- __luaver_VERSION=" 1.0 .0"
10
+ __luaver_VERSION=" 1.1 .0"
11
11
12
12
# Directories and files to be used
13
13
You can’t perform that action at this time.
0 commit comments