diff --git a/aporia.nim b/aporia.nim index 3bc248b..fc37f5d 100644 --- a/aporia.nim +++ b/aporia.nim @@ -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 diff --git a/aporia.nimble b/aporia.nimble index 9845eb3..deff169 100644 --- a/aporia.nimble +++ b/aporia.nimble @@ -1,6 +1,6 @@ [Package] name = "aporia" -version = "0.4.0" +version = "0.4.1" author = "Dominik Picheta" description = "A Nim IDE." license = "GPLv2" diff --git a/changelog.markdown b/changelog.markdown index bd5b176..bba4d9d 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -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 ==========================