From e7c8b8d1ed658f452b72875bdd7c34a01ced9d14 Mon Sep 17 00:00:00 2001 From: AdityaHirapara Date: Tue, 6 Jun 2023 15:55:00 +0530 Subject: [PATCH] Bump up version to 1.4.2 --- CHANGELOG.md | 6 +++--- browserstack-local.gemspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cfc2b..c39f880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - yyyy-mm-dd -## [1.4.1] - 2023-02-06 +## [1.4.2] - 2023-06-06 -### Fixed -Stop API in case of multiple instances on same machine +### Changed +Update download links diff --git a/browserstack-local.gemspec b/browserstack-local.gemspec index 9fa2746..2c426bd 100644 --- a/browserstack-local.gemspec +++ b/browserstack-local.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'browserstack-local' - s.version = '1.4.1' - s.date = '2023-02-06' + s.version = '1.4.2' + s.date = '2023-06-06' s.summary = "BrowserStack Local" s.description = "Ruby bindings for BrowserStack Local" s.authors = ["BrowserStack"]