Skip to content

Commit

Permalink
Bump version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ballard committed Sep 8, 2016
1 parent 6fca887 commit 7543d1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion swift-tsao.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7543d1b

Please sign in to comment.