Browse Source

Bumped version to 2.1.0 to reflect map support and other fixes.

pull/253/merge 2.1.0
Jon Meredith 10 years ago
parent
commit
840acab51e
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 1
- 0
README.md View File

@ -22,6 +22,7 @@ Features
* Supports internal time and date based rotation, as well as external rotation tools * Supports internal time and date based rotation, as well as external rotation tools
* Syslog style log level comparison flags * Syslog style log level comparison flags
* Colored terminal output (requires R16+) * Colored terminal output (requires R16+)
* Map support (requires 17+)
Usage Usage
----- -----

+ 1
- 1
src/lager.app.src View File

@ -3,7 +3,7 @@
{application, lager, {application, lager,
[ [
{description, "Erlang logging framework"}, {description, "Erlang logging framework"},
{vsn, "2.0.3"},
{vsn, "2.1.0"},
{modules, []}, {modules, []},
{applications, [ {applications, [
kernel, kernel,

Loading…
Cancel
Save