Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbrino committed Jul 6, 2016
1 parent 0bd41a4 commit 89b0e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT = hut
PROJECT_DESCRIPTION = helper library for making Erlang libraries logging framework agnostic
PROJECT_VERSION = 1.1.1
PROJECT_VERSION = 1.2.0

BUILD_DEPS = hexer_mk
dep_hexer_mk = git https://github.com/inaka/hexer.mk.git 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/hut.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- erlang -*-
{application, hut, [
{description, "helper library for making Erlang libraries logging framework agnostic"},
{vsn, "1.1.1"},
{vsn, "1.2.0"},
{id, "git"},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 89b0e96

Please sign in to comment.