Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilnor committed Jul 6, 2017
1 parent 291b433 commit 4626445
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased (in master)

## 0.5.1 (2017-07-06)

- Corrected version number given by `--version` flag

- Dart lexer fixes

## 0.5 (2017-06-30)

- New Dart bundle for [Dart](https://www.dartlang.org) code.

- Make fixes to let OpenBSD build cleanly (thanks @oficial)
Expand Down
2 changes: 1 addition & 1 deletion lib/howl/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ local function main()
lint(args)
elseif args.version then
-- Change version here
print("howl version 0.5.0\n")
print("howl version 0.5.1\n")
print("Copyright 2012-2017 The Howl Developers\nLicense: MIT License")
os.exit(0)
else
Expand Down

0 comments on commit 4626445

Please sign in to comment.