diff --git a/shard.yml b/shard.yml index 8c4b179..94dea9b 100644 --- a/shard.yml +++ b/shard.yml @@ -1,6 +1,6 @@ name: europe -version: 0.1.12 +version: 0.1.13 authors: - vvangemert diff --git a/src/europe/version.cr b/src/europe/version.cr index 727b040..cbf972e 100644 --- a/src/europe/version.cr +++ b/src/europe/version.cr @@ -1,3 +1,3 @@ module Europe - VERSION = "0.1.12" + VERSION = "0.1.13" end