Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DhavalKapil committed Aug 15, 2017
1 parent c9acff4 commit 9f30561
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion luaver
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f30561

Please sign in to comment.