diff --git a/MessagePack.swift.podspec b/MessagePack.swift.podspec index 8926b21..8cc85a0 100644 --- a/MessagePack.swift.podspec +++ b/MessagePack.swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MessagePack.swift' - s.version = '2.0.1' + s.version = '2.0.2' s.summary = "It's like JSON, but fast and small...and Swift!" s.homepage = 'https://github.com/a2/MessagePack.swift' s.license = 'MIT'