Skip to content

Commit cb9b44b

Browse files
committed
Bump the version to v2.0
This API change is not backwards-compatible, so semver demands a new major version.
1 parent 1f56f5a commit cb9b44b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Type-Safe Associated Objects in Swift
22

3-
[![Version](https://img.shields.io/badge/version-v1.0.1-blue.svg)](https://github.com/kballard/swift-tsao/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v2.0-blue.svg)](https://github.com/kballard/swift-tsao/releases/latest)
44
![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20watchos%20%7C%20tvos-lightgrey.svg)
55
![Languages](https://img.shields.io/badge/languages-swift%202.1-orange.svg)
66
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kballard/swift-tsao/blob/master/LICENSE.txt)

Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)