Skip to content

Commit 9f30561

Browse files
committed
Version 1.1.0
1 parent c9acff4 commit 9f30561

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sudo apt-get install lib32ncurses5-dev
3636
You 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

4242
Follow the instructions which appears after the luaver installation.

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_file()
3030

3131
## Option parsing
3232
LUAVER_DIR=~/.luaver
33-
REVISION=v1.0.0
33+
REVISION=v1.1.0
3434
SHELL_TYPE="$(basename /"${SHELL}")"
3535

3636
while getopts hr:s: OPT

luaver

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

0 commit comments

Comments
 (0)