diff --git a/MessagePack.swift.podspec b/MessagePack.swift.podspec index 29d78d5..05428c5 100644 --- a/MessagePack.swift.podspec +++ b/MessagePack.swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MessagePack.swift' - s.version = '1.1.1' + s.version = '1.2.0' s.summary = "It's like JSON, but fast and small...and Swift!" s.homepage = 'https://github.com/a2/MessagePack.swift' s.license = 'MIT'