diff --git a/Info.plist b/Info.plist index dfb6492..783e22e 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index d8b0051..451c247 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Type-Safe Associated Objects in Swift -[![Version](https://img.shields.io/badge/version-v2.0-blue.svg)](https://github.com/kballard/swift-tsao/releases/latest) +[![Version](https://img.shields.io/badge/version-v2.0.1-blue.svg)](https://github.com/kballard/swift-tsao/releases/latest) ![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20watchos%20%7C%20tvos-lightgrey.svg) ![Languages](https://img.shields.io/badge/languages-swift%202.2-orange.svg) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kballard/swift-tsao/blob/master/LICENSE.txt) diff --git a/Tests/Info.plist b/Tests/Info.plist index e108aa2..840b2c7 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/swift-tsao.podspec b/swift-tsao.podspec index 26d64ce..44637eb 100644 --- a/swift-tsao.podspec +++ b/swift-tsao.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "swift-tsao" - s.version = "2.0" + s.version = "2.0.1" s.summary = "Type-Safe Associated Objects in Swift" s.description = <<-DESC TSAO is an implementation of type-safe associated objects in Swift.