Skip to content

Commit 7d0fcd4

Browse files
authored
Merge pull request #333 from crystal-ameba/Sija/release-1.4.0
Release 1.4.0
2 parents e58f900 + a88299f commit 7d0fcd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Add this to your application's `shard.yml`:
130130
development_dependencies:
131131
ameba:
132132
github: crystal-ameba/ameba
133-
version: ~> 1.3.0
133+
version: ~> 1.4.0
134134
```
135135
136136
Build `bin/ameba` binary within your project directory while running `shards install`.

shard.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ameba
2-
version: 1.3.1
2+
version: 1.4.0
33

44
authors:
55
- Vitalii Elenhaupt <[email protected]>
@@ -15,6 +15,6 @@ scripts:
1515
executables:
1616
- ameba
1717

18-
crystal: "~> 1.6.0"
18+
crystal: "~> 1.7.0"
1919

2020
license: MIT

0 commit comments

Comments
 (0)