Skip to content

Commit

Permalink
Merge pull request #27 from karlll/develop
Browse files Browse the repository at this point in the history
kjell 0.2.6
  • Loading branch information
karlll committed Jul 12, 2015
2 parents 42e2b68 + ff8803d commit 0848ad2
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 104 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Kjell

Kjell - a refurbished Erlang shell with support for color profiles and extensions.

### Build status

* Main branch : [![Build Status](https://travis-ci.org/karlll/kjell.png?branch=master)](https://travis-ci.org/karlll/kjell)
* Development branch : [![Build Status](https://travis-ci.org/karlll/kjell.png?branch=develop)](https://travis-ci.org/karlll/kjell)



## Screens

Kjell (dark profile) on Solarized Dark
Expand Down Expand Up @@ -90,7 +97,4 @@ Got new features, bugfixes, extensions? Great! Please do the following:

If appropriate, please extend the current test suites or add new ones.

## Build status

* Main branch : [![Build Status](https://travis-ci.org/karlll/kjell.png?branch=master)](https://travis-ci.org/karlll/kjell)
* Development branch : [![Build Status](https://travis-ci.org/karlll/kjell.png?branch=develop)](https://travis-ci.org/karlll/kjell)
2 changes: 1 addition & 1 deletion include/kjell.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%%% @end


-define(VERSION,"0.2.5").
-define(VERSION,"0.2.6").
-define(BANNER,"Kjell v." ++ ?VERSION).

-define(DEFAULT_COLORS,
Expand Down
Binary file modified rebar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/kjell.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, kjell,
[
{description, "An erlang shell"},
{vsn, "0.2.3"},
{vsn, "0.2.6"},
{registered, []},
{applications, [
kernel,
Expand Down
Loading

0 comments on commit 0848ad2

Please sign in to comment.