This commit is contained in:
Vitalii Elenhaupt 2017-11-14 19:40:42 +02:00
parent 8f4def5407
commit 198d024782
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
version: 0.1.0
version: 0.2.0
crystal: 0.23.1
license: MIT

View File

@ -1,3 +1,3 @@
module Ameba
VERSION = "0.1.0"
VERSION = "0.2.0"
end