Skip to content

Commit 03beb0f

Browse files
stalleyjsjanuary
authored andcommitted
Release updates for 3.0.3 (#469)
1 parent 4fde829 commit 03beb0f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,10 @@ The npm package for this project uses a semver-parsable X.0.Z version number for
494494
Non-release versions of this project (for example on github.com/RuntimeTools/appmetrics) will use semver-parsable X.0.Z-dev.B version numbers, where X.0.Z is the last release with Z incremented and B is an integer. For further information on the development process go to the [appmetrics wiki][3]: [Developing](https://github.com/RuntimeTools/appmetrics/wiki/Developing).
495495

496496
## Version
497-
3.0.2
497+
3.0.3
498498

499499
## Release History
500+
`3.0.3` - Bug fixes.
500501
`3.0.2` - Probe defect for Node 8 support.
501502
`3.0.1` - Packaging bug fix to allow build from source if binary not present.
502503
`3.0.0` - Remove express probe. Additional data available in http and request events. Code improvements.

extract_all_binaries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var AGENTCORE_PLATFORMS = [
4141
'win32-x64',
4242
];
4343
var AGENTCORE_VERSION = '3.2.1';
44-
var APPMETRICS_VERSION = '3.0.2';
44+
var APPMETRICS_VERSION = '3.0.3';
4545

4646
var LOG_FILE = path.join(INSTALL_DIR, 'install.log');
4747
var logFileStream = fs.createWriteStream(LOG_FILE, { flags: 'a' });

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": "3.0.2",
3+
"version": "3.0.3",
44
"engines": {
55
"node": ">=4"
66
},

0 commit comments

Comments
 (0)