Skip to content

Commit

Permalink
Merge pull request #47 from dare892/chore/bump-version-crystal1.0.0
Browse files Browse the repository at this point in the history
bump crystal ver to be compatible with 1.0.0
  • Loading branch information
docelic authored May 26, 2021
2 parents 1df128c + e4ef5ca commit 6562842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: liquid
version: 0.3.4
version: 0.4.1

authors:
- Arnaud Fernandés <[email protected]>


crystal: 0.35.1
crystal: ">= 0.35.1, < 2.0.0"

license: MIT

dependencies:
inflector:
github: phoffer/inflector.cr
version: ~> 0.1.8
version: ~> 1.0.0
json_mapping:
github: crystal-lang/json_mapping.cr
version: ~> 0.1.0

0 comments on commit 6562842

Please sign in to comment.