Skip to content

Commit 3880b0a

Browse files
authored
build: update version (#190)
1 parent 573196c commit 3880b0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.publishrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"gitTag": true
99
},
1010
"confirm": false,
11-
"publishTag": "alpha",
11+
"publishTag": "latest",
1212
"prePublishScript": "gulp test"
1313
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcafe-browser-provider-browserstack",
3-
"version": "1.14.1-alpha.1",
3+
"version": "1.14.1",
44
"description": "Browserstack TestCafe browser provider plugin.",
55
"repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
66
"engines": {
@@ -52,6 +52,6 @@
5252
"gulp-eslint": "^6.0.0",
5353
"mocha": "^7.1.1",
5454
"publish-please": "^5.4.3",
55-
"testcafe": "^2.0.1-alpha.2"
55+
"testcafe": "^2.2.0"
5656
}
5757
}

0 commit comments

Comments
 (0)