Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McGarvey committed May 14, 2020
1 parent 82f705f commit 9dc5a6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/webdrivers.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dc5a6e

Please sign in to comment.