Skip to content

Commit

Permalink
Bump Version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides committed Jun 29, 2018
1 parent 8cb9759 commit 54b31b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/aleppo.app.src
Original file line number Diff line number Diff line change
@@ -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]},
Expand Down

0 comments on commit 54b31b5

Please sign in to comment.