Skip to content

Commit

Permalink
Merge pull request #36 from inaka/euen.34.version_bump
Browse files Browse the repository at this point in the history
[Fix #34] version bump
  • Loading branch information
Brujo Benavides committed Jan 19, 2016
2 parents 0314558 + 083fb1c commit f44425c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log

## [0.1.15](https://github.com/inaka/zipper/tree/0.1.15) (2016-01-13)
[Full Changelog](https://github.com/inaka/zipper/compare/0.1.3...0.1.15)
## [0.1.5](https://github.com/inaka/zipper/tree/0.1.5) (2016-01-13)
[Full Changelog](https://github.com/inaka/zipper/compare/0.1.3...0.1.5)

**Merged pull requests:**

- \[\#changelog\] CHANGELOG [\#32](https://github.com/inaka/zipper/pull/32) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#hexer\] hexer\_mk version fix [\#31](https://github.com/inaka/zipper/pull/31) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Switch build tools to erlang.mk and republish to hex.pm [\#29](https://github.com/inaka/zipper/pull/29) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#27\] Version bump to 0.1.4 [\#28](https://github.com/inaka/zipper/pull/28) ([davecaos](https://github.com/davecaos))
Expand Down
2 changes: 1 addition & 1 deletion src/zipper.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
application, zipper,
[
{description, "Generic Zipper Implementation for Erlang"},
{vsn, "0.1.5"},
{vsn, "0.1.6"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
Expand Down

0 comments on commit f44425c

Please sign in to comment.