diff --git a/Sources/SwiftParsec/Info.plist b/Sources/SwiftParsec/Info.plist index dfb6492..783e22e 100644 --- a/Sources/SwiftParsec/Info.plist +++ b/Sources/SwiftParsec/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/SwiftParsec.podspec b/SwiftParsec.podspec index b988e5c..fbfe422 100644 --- a/SwiftParsec.podspec +++ b/SwiftParsec.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftParsec' - s.version = '2.0' + s.version = '2.0.1' s.license = '2-clause BSD' s.summary = 'SwiftParsec is a Swift port of the Parsec parser combinator library.' s.homepage = 'https://github.com/davedufresne/SwiftParsec'