Skip to content

Commit

Permalink
jsone dependency upgraded, version counter increased
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Dec 5, 2018
1 parent 90e2844 commit fb171d1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ install:
language: erlang
script: ./rebar3 eunit
otp_release:
- 21.1
- 21.0
- 20.3
- 20.2
- 20.1
- 20.0
- 19.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gpull
###### A git repository management tool.
###### git repository management tool

[![Build Status](https://travis-ci.org/joergen7/gpull.svg?branch=master)](https://travis-ci.org/joergen7/gpull)

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.

{deps, [
{jsone, "1.4.5"}
{jsone, "1.4.7"}
]}.

{escript_incl_apps, [jsone]}.
4 changes: 2 additions & 2 deletions src/gpull.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, gpull,
[{description, "A git repository management tool."},
{vsn, "0.1.0"},
[{description, "git repository management tool"},
{vsn, "0.1.1"},
{registered, []},
{applications,
[kernel,
Expand Down
2 changes: 1 addition & 1 deletion src/gpull.erl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%%
%% -------------------------------------------------------------------
%% @author Jörgen Brandt <joergen.brandt@onlinehome.de>
%% @version 0.1.0
%% @version 0.1.1
%% @copyright 2017 Jörgen Brandt
%%
%% @end
Expand Down

0 comments on commit fb171d1

Please sign in to comment.