Skip to content

Commit 46722a2

Browse files
committed
1.3.4
1 parent d788af3 commit 46722a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: msgpack
2-
version: 1.3.3
2+
version: 1.3.4
33

44
authors:
55
- Benoist Claassen <benoist.claassen@gmail.com>

src/message_pack.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module MessagePack
2-
VERSION = "1.3.3"
2+
VERSION = "1.3.4"
33

44
# Represents MessagePack Type
55
alias Type = Nil | Bool | Float64 | String | Bytes | Array(Type) | Hash(Type, Type) | Int8 | UInt8 | Int16 | UInt16 | Int32 | UInt32 | Int64 | UInt64

0 commit comments

Comments
 (0)