Skip to content

Commit dff871d

Browse files
committed
luav 1.1.7
1 parent 195a83f commit dff871d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## 1.1
66

7+
### 1.1.7
8+
9+
* Rewrote some documentation
10+
711
### 1.1.6
812

913
* Allowed for other sudo-like commands in "set" command

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ luav set 5.4.3 # Install binaries and manuals
5959
Upon running `luav help`, the following text is yielded.
6060

6161
```
62-
Lua Version Selector 1.1.6
62+
Lua Version Selector 1.1.7
6363
6464
Usage: luav <command> [<args...>]
6565
luav help [<command>]

libexec/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Usage: luav version
66
#
77

8-
hardrev="1.1.6"
8+
hardrev="1.1.7"
99
gitrev=""
1010

1111
if git remote -v 2>/dev/null | grep -q luav

0 commit comments

Comments
 (0)