diff --git a/README.md b/README.md index 002384b..b3fc2c8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It automatically installs and updates supported webdrivers. dependencies: webdrivers: github: matthewmcgarvey/webdrivers.cr - version: ~> 0.2.1 + version: ~> 0.2.2 ``` 2. Run `shards install` diff --git a/shard.yml b/shard.yml index c427746..23ad2c9 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: webdrivers -version: 0.2.1 +version: 0.2.2 description: | Helps manage drivers for Selenium, such as the Chromedriver. authors: diff --git a/src/webdrivers.cr b/src/webdrivers.cr index d3318a9..56497bd 100644 --- a/src/webdrivers.cr +++ b/src/webdrivers.cr @@ -9,7 +9,7 @@ require "zip" require "./webdrivers/**" module Webdrivers - VERSION = "0.2.1" + VERSION = "0.2.2" DEFAULT_DRIVER_DIRECTORY = "~/.webdrivers" Habitat.create do