diff --git a/shard.yml b/shard.yml index 326c266b..fa3d1ba9 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: ameba -version: 0.2.1 +version: 0.2.2 crystal: 0.23.1 license: MIT @@ -7,7 +7,7 @@ authors: - Vitalii Elenhaupt scripts: - postinstall: make install + postinstall: make build executables: - ameba diff --git a/src/ameba.cr b/src/ameba.cr index 198d550a..0fcd894d 100644 --- a/src/ameba.cr +++ b/src/ameba.cr @@ -24,7 +24,7 @@ require "./ameba/formatter/*" module Ameba extend self - VERSION = "0.2.1" + VERSION = "0.2.2" # Initializes `Ameba::Runner` and runs it. # Can be configured via `config` parameter.