mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
v0.3.0
This commit is contained in:
parent
f12a224dad
commit
202a73ae0e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
name: ameba
|
||||
version: 0.2.2
|
||||
version: 0.3.0
|
||||
|
||||
crystal: 0.23.1
|
||||
license: MIT
|
||||
|
|
|
@ -24,7 +24,7 @@ require "./ameba/formatter/*"
|
|||
module Ameba
|
||||
extend self
|
||||
|
||||
VERSION = "0.2.2"
|
||||
VERSION = "0.3.0"
|
||||
|
||||
# Initializes `Ameba::Runner` and runs it.
|
||||
# Can be configured via `config` parameter.
|
||||
|
|
Loading…
Reference in a new issue