Skip to content

Commit

Permalink
jolokia.js - v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 25, 2024
1 parent e0967d0 commit 41466bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jolokia.js",
"version": "2.0.0",
"version": "2.0.1",
"description": "Jolokia JavaScript client",
"main": "dist/jolokia.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion client/javascript/src/main/javascript/jolokia-cubism.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

var builder = function (cubism,Jolokia) {

var VERSION = "2.0.0";
var VERSION = "2.0.1";

var ctx_jolokia = function (url, opts) {
var source = {},
Expand Down
2 changes: 1 addition & 1 deletion client/javascript/src/main/javascript/jolokia.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
}

// Jolokia JavaScript Client version
this.CLIENT_VERSION = "2.0.0";
this.CLIENT_VERSION = "2.0.1";

// Registered requests for fetching periodically
var jobs = [];
Expand Down

0 comments on commit 41466bb

Please sign in to comment.