Merge pull request #333 from crystal-ameba/Sija/release-1.4.0

Release 1.4.0
This commit is contained in:
Vitalii Elenhaupt 2023-01-28 09:32:50 +02:00 committed by GitHub
commit 7d0fcd4b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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`.

View File

@ -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