Skip to content

Commit 91046bd

Browse files
authored
Merge pull request #195 from splunk/release/2.0.1
Release/2.0.1
2 parents e57b31e + 64edf11 commit 91046bd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ cover_html
1818
*.zip
1919
test_logs/*
2020
docs/
21-
.nyc_output/*
21+
.nyc_output/*
22+
/node_modules/*

client/splunk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/splunk.test.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk-sdk",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "SDK for usage with the Splunk REST API",
55
"homepage": "http://dev.splunk.com",
66
"main": "index.js",

0 commit comments

Comments
 (0)