Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McGarvey committed May 12, 2020
1 parent d9410eb commit 44c3dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: selenium
version: 0.4.0
version: 0.5.0
authors:
- Matthew McGarvey <[email protected]>
crystal: 0.34.0
Expand Down
2 changes: 1 addition & 1 deletion src/selenium.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ require "./selenium/chrome/**"
require "./selenium/safari/**"

module Selenium
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit 44c3dc0

Please sign in to comment.