Skip to content

Commit d098c92

Browse files
committed
Merge branch 'hotfix/v1.0.1'
1 parent 5664f90 commit d098c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @param contextAppVersion (optional) application version, defaults to 1.0
3838
* @param contextEnvName (optional) environment name like "development", "staging", "production" or a custom string
3939
* @module index
40-
* @version 1.0.0
40+
* @version 1.0.1
4141
*/
4242
var exports = function TrakerrClient(apiKey,
4343
contextAppVersion,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trakerr-javascript",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Trakerr Javascript Client",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)