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 09c36f1 commit 3f81f3a
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: xz
version: 0.1.3
version: 0.1.4

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

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

module Compress::XZ
VERSION = "0.1.3"
VERSION = "0.1.4"

LZMA_VERSION = SemanticVersion.parse String.new(LZMA.version_string)
LZMA_VERSION_MINIMUM = SemanticVersion.parse("5.2.4")
Expand Down

0 comments on commit 3f81f3a

Please sign in to comment.