Skip to content

Commit 7428196

Browse files
tobespcstalleyj
authored andcommitted
bump version for packaging fix (#501)
* bump version for packaging fix * include omr-agentcore level
1 parent 2b66741 commit 7428196

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
@@ -505,9 +505,10 @@ The npm package for this project uses a semver-parsable X.0.Z version number for
505505
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).
506506

507507
## Version
508-
3.1.2
508+
3.1.3
509509

510510
## Release History
511+
`3.1.3` - Packaging fix.
511512
`3.1.2` - Bug fixes.
512513
`3.1.1` - Node v6 on z/OS support.
513514
`3.1.0` - HTTPS probe added.

extract_all_binaries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var AGENTCORE_PLATFORMS = [
4242
'os390-s390x',
4343
];
4444
var AGENTCORE_VERSION = '3.2.6';
45-
var APPMETRICS_VERSION = '3.1.2';
45+
var APPMETRICS_VERSION = '3.1.3';
4646

4747
var LOG_FILE = path.join(INSTALL_DIR, 'install.log');
4848
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.1.2",
3+
"version": "3.1.3",
44
"engines": {
55
"node": ">=4"
66
},

0 commit comments

Comments
 (0)