Skip to content

Commit 0e61a6c

Browse files
committed
Bump version number to 1.0.12 for development
1 parent 1235deb commit 0e61a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appmetrics",
3-
"version": "1.0.13-dev",
3+
"version": "1.0.12",
44
"description": "Node Application Metrics",
55
"bin": {
66
"node-hc": "bin/appmetrics-cli.js"

tests/api_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var monitor = app.appmetrics.monitor();
1919
app.appmetrics.enable("profiling");
2020

2121
var tap = require('tap');
22-
tap.plan(6); // NOTE: This needs to be updated when tests are added/removed
22+
tap.plan(5); // NOTE: This needs to be updated when tests are added/removed
2323
tap.tearDown(function(){
2424
app.endRun();
2525
});

0 commit comments

Comments
 (0)