diff --git a/shard.yml b/shard.yml index aa16ec0..7d90b24 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: clip -version: 0.2.2 +version: 0.2.3 authors: - Alexandre Morignot diff --git a/src/clip.cr b/src/clip.cr index 6088ded..a694517 100644 --- a/src/clip.cr +++ b/src/clip.cr @@ -1,5 +1,5 @@ require "./clip/*" module Clip - VERSION = "0.2.2" + VERSION = "0.2.3" end