diff --git a/shard.yml b/shard.yml index bdf1228..2535813 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: webdrivers -version: 0.4.2 +version: 0.4.3 description: | Helps manage drivers for Selenium, such as the Chromedriver. authors: diff --git a/src/webdrivers.cr b/src/webdrivers.cr index 3f232d1..d32c201 100644 --- a/src/webdrivers.cr +++ b/src/webdrivers.cr @@ -9,7 +9,7 @@ require "semantic_version" require "./webdrivers/**" module Webdrivers - VERSION = "0.4.2" + VERSION = "0.4.3" DEFAULT_DRIVER_DIRECTORY = "~/.webdrivers" Habitat.create do