Skip to content

Commit 0b7f75b

Browse files
committed
0.195.2
1 parent 72c02ec commit 0b7f75b

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
@@ -4,7 +4,7 @@ const path = require('path');
44
const { BinWrapper } = require('@saucelabs/bin-wrapper');
55
const { Writable } = require('stream');
66

7-
const version = '0.195.1';
7+
const version = '0.195.2';
88
const defaultBinInstallBase =
99
'https://github.com/saucelabs/saucectl/releases/download';
1010
const binWrapper = (binInstallURL = null, binInstallBase = null) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saucectl",
3-
"version": "0.195.1",
3+
"version": "0.195.2",
44
"description": "Node.js wrapper for saucectl",
55
"main": "index.js",
66
"bin": "index.js",

0 commit comments

Comments
 (0)