From 54b31b5d5dac7ae93b6ff2a0dfdbe63c65fe8d93 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Fri, 29 Jun 2018 09:23:10 -0300 Subject: [PATCH] Bump Version to 1.1.1 --- CHANGELOG.md | 12 ++++++++++++ src/aleppo.app.src | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cbe03a..4e01a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.1.1](https://github.com/inaka/aleppo/tree/1.1.1) (2018-06-29) +[Full Changelog](https://github.com/inaka/aleppo/compare/1.1.0...1.1.1) + +**Closed issues:** + +- invalid pre18 value on mac computer [\#52](https://github.com/inaka/aleppo/issues/52) + +**Merged pull requests:** + +- Fix pre18 expression [\#53](https://github.com/inaka/aleppo/pull/53) ([f3c0](https://github.com/f3c0)) + ## [1.1.0](https://github.com/inaka/aleppo/tree/1.1.0) (2018-04-30) [Full Changelog](https://github.com/inaka/aleppo/compare/1.0.1...1.1.0) @@ -9,6 +20,7 @@ **Merged pull requests:** +- Version Bump to 1.1.0 [\#51](https://github.com/inaka/aleppo/pull/51) ([elbrujohalcon](https://github.com/elbrujohalcon)) - Updgrade from Upstream [\#50](https://github.com/inaka/aleppo/pull/50) ([elbrujohalcon](https://github.com/elbrujohalcon)) ## [1.0.1](https://github.com/inaka/aleppo/tree/1.0.1) (2018-04-20) diff --git a/src/aleppo.app.src b/src/aleppo.app.src index 3e4c092..ac2897d 100644 --- a/src/aleppo.app.src +++ b/src/aleppo.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, aleppo, [{description, "Aleppo: ALternative Erlang Pre-ProcessOr"}, - {vsn, "1.1.0"}, + {vsn, "1.1.1"}, {modules, []}, {pkg_name, inaka_aleppo}, {applications, [kernel, stdlib]},