We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e58f900 + a88299f commit 7d0fcd4Copy full SHA for 7d0fcd4
README.md
@@ -130,7 +130,7 @@ Add this to your application's `shard.yml`:
130
development_dependencies:
131
ameba:
132
github: crystal-ameba/ameba
133
- version: ~> 1.3.0
+ version: ~> 1.4.0
134
```
135
136
Build `bin/ameba` binary within your project directory while running `shards install`.
shard.yml
@@ -1,5 +1,5 @@
1
name: ameba
2
-version: 1.3.1
+version: 1.4.0
3
4
authors:
5
- Vitalii Elenhaupt <[email protected]>
@@ -15,6 +15,6 @@ scripts:
15
executables:
16
- ameba
17
18
-crystal: "~> 1.6.0"
+crystal: "~> 1.7.0"
19
20
license: MIT
0 commit comments