Skip to content

Commit

Permalink
Upgrade to LiaScript 0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Jul 29, 2024
1 parent b0ad376 commit 9a70f9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ updated separately, we use two different version, one for the devServer and one
for LiaScript.

```text
DevServer: 1.1.17
LiaScript: 0.15.4
DevServer: 1.1.18
LiaScript: 0.15.7
```

### `--input`
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function liascript() {
}

if (argv.v || argv.version) {
console.log('DevServer: 1.1.17')
console.log('LiaScript: 0.15.4')
console.log('DevServer: 1.1.18')
console.log('LiaScript: 0.15.7')
process.exit()
}

Expand Down
2 changes: 1 addition & 1 deletion views/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| |___| | (_| |___) | (__| | | | |_) | |_
|_____|_|\__,_|____/ \___|_| |_| .__/ \__|
|_|
[ DevServer: 1.1.17--0.15.4 ]
[ DevServer: 1.1.18--0.15.7 ]
</pre>
</code>
</h4>
Expand Down

0 comments on commit 9a70f9d

Please sign in to comment.