Skip to content

Commit

Permalink
Version 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Jun 8, 2016
1 parent eaf398b commit 126d4bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aporia.nim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import settings, utils, cfg, search, suggest, AboutDialog, processes,

const
GTKVerReq = (2'i32, 24'i32, 0'i32) # Version of GTK required for Aporia to run.
aporiaVersion = "0.4.0"
aporiaVersion = "0.4.1"
helpText = """./aporia [args] filename...
-v --version Reports aporia's version
-h --help Shows this message
Expand Down
2 changes: 1 addition & 1 deletion aporia.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Package]
name = "aporia"
version = "0.4.0"
version = "0.4.1"
author = "Dominik Picheta"
description = "A Nim IDE."
license = "GPLv2"
Expand Down
6 changes: 6 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
08/06/2016 - Version 0.4.1
==========================

This is a hot fix release which fixes compilation on case sensitive file
systems.

08/06/2016 - Version 0.4.0
==========================

Expand Down

0 comments on commit 126d4bf

Please sign in to comment.