From ca2daa69b64202bd390da1b66bd64d8db74fba15 Mon Sep 17 00:00:00 2001 From: matthewmcgarvey Date: Mon, 8 May 2023 11:07:20 -0500 Subject: [PATCH] v0.11.0 --- shard.yml | 2 +- src/selenium.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.yml b/shard.yml index c3fc81d..65f631b 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: selenium -version: 0.10.0 +version: 0.11.0 authors: - Matthew McGarvey crystal: ">= 0.35.0, < 2.0.0" diff --git a/src/selenium.cr b/src/selenium.cr index 4bf0403..0d4a023 100644 --- a/src/selenium.cr +++ b/src/selenium.cr @@ -13,5 +13,5 @@ require "./selenium/safari/**" require "./selenium/helpers/**" module Selenium - VERSION = "0.10.0" + VERSION = "0.11.0" end