We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1e6d1 commit 8c52607Copy full SHA for 8c52607
CHANGELOG.md
@@ -6,15 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased] - yyyy-mm-dd
8
9
-## [1.4.0] - 2022-07-20
10
-
11
-### Added
12
-- Added support for running in Alpine Linux
13
14
-### Changed
15
16
-- Updated README
17
+## [1.4.1] - 2023-02-06
18
19
### Fixed
20
+Stop API in case of multiple instances on same machine
browserstack-local.gemspec
@@ -1,7 +1,7 @@
1
Gem::Specification.new do |s|
2
s.name = 'browserstack-local'
3
- s.version = '1.4.0'
4
- s.date = '2022-07-20'
+ s.version = '1.4.1'
+ s.date = '2023-02-06'
5
s.summary = "BrowserStack Local"
s.description = "Ruby bindings for BrowserStack Local"
s.authors = ["BrowserStack"]
0 commit comments