mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Merge pull request #333 from crystal-ameba/Sija/release-1.4.0
Release 1.4.0
This commit is contained in:
commit
7d0fcd4b87
2 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ Add this to your application's `shard.yml`:
|
|||
development_dependencies:
|
||||
ameba:
|
||||
github: crystal-ameba/ameba
|
||||
version: ~> 1.3.0
|
||||
version: ~> 1.4.0
|
||||
```
|
||||
|
||||
Build `bin/ameba` binary within your project directory while running `shards install`.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: ameba
|
||||
version: 1.3.1
|
||||
version: 1.4.0
|
||||
|
||||
authors:
|
||||
- Vitalii Elenhaupt <velenhaupt@gmail.com>
|
||||
|
@ -15,6 +15,6 @@ scripts:
|
|||
executables:
|
||||
- ameba
|
||||
|
||||
crystal: "~> 1.6.0"
|
||||
crystal: "~> 1.7.0"
|
||||
|
||||
license: MIT
|
||||
|
|
Loading…
Reference in a new issue