Skip to content

Commit 70943a6

Browse files
committed
⬆️ 1.1.1 🎉
1 parent 6ad0637 commit 70943a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class BrokerBin {
7777
// Get the UID
7878
const UID = this.soapUid = resSession.$value
7979
if (UID === "Failed Authentication") {
80-
return reject(new Error("Failed SOAP authentication"))
80+
return reject(new Error("Failed BrokerBin authentication."))
8181
}
8282
resolve(UID)
8383
})

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"js"
1111
],
1212
"license": "MIT",
13-
"version": "1.1.0",
13+
"version": "1.1.1",
1414
"main": "lib/index.js",
1515
"scripts": {
1616
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)