Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey committed Nov 5, 2020
1 parent 44cc85e commit 7830571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: selenium
version: 0.6.2
version: 0.7.0
authors:
- Matthew McGarvey <matthewmcgarvey14@gmail.com>
crystal: 0.35.0
Expand Down
2 changes: 1 addition & 1 deletion src/selenium.cr
Expand Up @@ -12,5 +12,5 @@ require "./selenium/chrome/**"
require "./selenium/safari/**"

module Selenium
VERSION = "0.6.2"
VERSION = "0.7.0"
end

0 comments on commit 7830571

Please sign in to comment.