From 7546a80f1cb7547cda27d9d38882abc5f6a98dc9 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Thu, 16 Nov 2017 00:30:01 +0200 Subject: [PATCH] Make build on postinstall --- shard.yml | 4 ++-- src/ameba.cr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.