Skip to content

Commit

Permalink
feat: lock lib down at crystal version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wout committed Oct 15, 2022
1 parent 5d795ae commit 021e9fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -14,10 +14,6 @@ jobs:
shard_file:
- shard.yml
crystal_version:
- 1.0.0
- 1.1.1
- 1.2.1
- 1.3.2
- 1.4.1
- 1.5.1
- 1.6.0
Expand All @@ -43,10 +39,6 @@ jobs:
shard_file:
- shard.yml
crystal_version:
- 1.0.0
- 1.1.1
- 1.2.1
- 1.3.2
- 1.4.1
- 1.5.1
- 1.6.0
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
@@ -1,10 +1,10 @@
name: mollie
version: 1.4.1
version: 1.4.2

authors:
- wout <hi@wout.codes>

crystal: ">= 1.0.0"
crystal: ">= 1.4.0"

dependencies:
wordsmith:
Expand Down
2 changes: 1 addition & 1 deletion src/mollie/version.cr
@@ -1,3 +1,3 @@
struct Mollie
VERSION = "1.4.1"
VERSION = "1.4.2"
end

0 comments on commit 021e9fb

Please sign in to comment.