Skip to content

Commit

Permalink
Merge pull request #333 from crystal-ameba/Sija/release-1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
veelenga authored Jan 28, 2023
2 parents e58f900 + a88299f commit 7d0fcd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ameba
version: 1.3.1
version: 1.4.0

authors:
- Vitalii Elenhaupt <[email protected]>
Expand All @@ -15,6 +15,6 @@ scripts:
executables:
- ameba

crystal: "~> 1.6.0"
crystal: "~> 1.7.0"

license: MIT

0 comments on commit 7d0fcd4

Please sign in to comment.