This commit is contained in:
Vitalii Elenhaupt 2017-12-06 17:00:44 +02:00
parent f12a224dad
commit 202a73ae0e
No known key found for this signature in database
GPG key ID: 7558EF3A4056C706
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: ameba name: ameba
version: 0.2.2 version: 0.3.0
crystal: 0.23.1 crystal: 0.23.1
license: MIT license: MIT

View file

@ -24,7 +24,7 @@ require "./ameba/formatter/*"
module Ameba module Ameba
extend self extend self
VERSION = "0.2.2" VERSION = "0.3.0"
# Initializes `Ameba::Runner` and runs it. # Initializes `Ameba::Runner` and runs it.
# Can be configured via `config` parameter. # Can be configured via `config` parameter.