Skip to content

Commit

Permalink
bump version for packaging fix (#501)
Browse files Browse the repository at this point in the history
* bump version for packaging fix

* include omr-agentcore level
  • Loading branch information
tobespc authored and stalleyj committed Nov 7, 2017
1 parent 2b66741 commit 7428196
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,10 @@ The npm package for this project uses a semver-parsable X.0.Z version number for
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).

## Version
3.1.2
3.1.3

## Release History
`3.1.3` - Packaging fix.
`3.1.2` - Bug fixes.
`3.1.1` - Node v6 on z/OS support.
`3.1.0` - HTTPS probe added.
Expand Down
2 changes: 1 addition & 1 deletion extract_all_binaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var AGENTCORE_PLATFORMS = [
'os390-s390x',
];
var AGENTCORE_VERSION = '3.2.6';
var APPMETRICS_VERSION = '3.1.2';
var APPMETRICS_VERSION = '3.1.3';

var LOG_FILE = path.join(INSTALL_DIR, 'install.log');
var logFileStream = fs.createWriteStream(LOG_FILE, { flags: 'a' });
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmetrics",
"version": "3.1.2",
"version": "3.1.3",
"engines": {
"node": ">=4"
},
Expand Down

0 comments on commit 7428196

Please sign in to comment.