Skip to content

Commit e39e632

Browse files
authored
Version bump (#131)
* Version bump v1.8.1 * Updating user-agent to 1.8.1
1 parent d5b209a commit e39e632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/helpers/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ exports.isParallelValid = (value) => {
270270
}
271271

272272
exports.getUserAgent = () => {
273-
return `BStack-Cypress-CLI/1.8.0 (${os.arch()}/${os.platform()}/${os.release()})`;
273+
return `BStack-Cypress-CLI/1.8.1 (${os.arch()}/${os.platform()}/${os.release()})`;
274274
};
275275

276276
exports.isAbsolute = (configPath) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserstack-cypress-cli",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)