Skip to content

Commit

Permalink
Updated for Crystal 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naqvis committed Jan 27, 2021
1 parent adf3889 commit 03fd062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: lz4
version: 0.1.2
version: 0.1.3

authors:
- Ali Naqvi <syed.alinaqvi@gmail.com>
description: |
Crystal bindings to the LZ4 compression library.
crystal: 0.35.1
crystal: 0.36.0

license: MIT
2 changes: 1 addition & 1 deletion src/lz4.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require "semantic_version"

module Compress::LZ4
VERSION = "0.1.2"
VERSION = "0.1.3"

LZ4_VERSION = SemanticVersion.parse String.new(LibLZ4.version_string)
LZ4_VERSION_MINIMUM = SemanticVersion.parse("1.9.2")
Expand Down

0 comments on commit 03fd062

Please sign in to comment.