Skip to content

Commit a36e71b

Browse files
committed
Updated for Crystal 0.34.0
1 parent 56de684 commit a36e71b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ authors:
66
description: |
77
Crystal bindings to the XZ (lzma) compression library.
88
9-
crystal: 0.33.0
9+
crystal: 0.34.0
1010

1111
license: MIT

src/xz.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require "semantic_version"
33

44
module XZ
5-
VERSION = "0.1.0"
5+
VERSION = "0.1.1"
66

77
LZMA_VERSION = SemanticVersion.parse String.new(LZMA.version_string)
88
LZMA_VERSION_MINIMUM = SemanticVersion.parse("5.2.4")

0 commit comments

Comments
 (0)