Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@m-lab/ndt7",
"version": "0.1.3",
"version": "0.1.4",
"description": "NDT7 client for measuring networks",
"main": "src/ndt7.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ndt7.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
const ndt7 = (function() {
const staticMetadata = {
'client_library_name': 'ndt7-js',
'client_library_version': '0.1.3',
'client_library_version': '0.1.4',
};
// cb creates a default-empty callback function, allowing library users to
// only need to specify callback functions for the events they care about.
Expand Down