Skip to content

Commit

Permalink
v0.1.1 is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
xianhuazhou committed Sep 20, 2012
1 parent f490640 commit f84ecf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
@@ -1,3 +1,8 @@
0.1.1 / 2012-09-20
===================
* Fixed "exclude" rules (skip empty rules)
* Updated help information

0.1.0 / 2012-09-19
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/elog.coffee
Expand Up @@ -9,7 +9,7 @@ exports.elog = {
LOG_INFO: 1,
LOG_DEBUG: 0,

VERSION: "0.1.0",
VERSION: "0.1.1",

db: require('./db.coffee').db,
client: require('./client.coffee').client,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "elog",
"description": "filter errors from text based log files such as php, nginx, apache etc.",
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "Xianhua Zhou",
"email": "xianhua.zhou@gmail.com"
Expand Down

0 comments on commit f84ecf3

Please sign in to comment.