Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Bump to 0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Apr 21, 2015
1 parent 49a20ae commit b4148d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Kitematic",
"version": "0.5.18",
"version": "0.5.19",
"author": "Kitematic",
"description": "Simple Docker Container management for Mac OS X.",
"homepage": "https://kitematic.com/",
Expand Down
1 change: 0 additions & 1 deletion src/SetupStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ var SetupStore = assign(Object.create(EventEmitter.prototype), {
err.message = util.removeSensitiveData(err.message);
metrics.track('Setup Failed', {
step: _currentStep,
message: err.message
});
bugsnag.notify('SetupError', err.message, {
error: err,
Expand Down

0 comments on commit b4148d2

Please sign in to comment.