diff --git a/bower.json b/bower.json index f8db610..e3f4409 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-logging", - "version": "0.1.0", + "version": "0.1.1", "description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.", "keywords": [ "aurelia", @@ -8,7 +8,9 @@ ], "homepage": "http://aurelia.io", "license": "MIT", - "authors": ["Rob Eisenberg (http://robeisenberg.com/)"], + "authors": [ + "Rob Eisenberg (http://robeisenberg.com/)" + ], "repository": { "type": "git", "url": "http://github.com/aurelia/logging" diff --git a/package.json b/package.json index b0d8f6c..c4895b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-logging", - "version": "0.1.0", + "version": "0.1.1", "description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.", "keywords": [ "aurelia",