Skip to content

Commit b9f916d

Browse files
committed
Bump version to v3.0.2
1 parent e9a941f commit b9f916d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

PMKVObserver.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PMKVObserver"
3-
s.version = "3.0.1"
3+
s.version = "3.0.2"
44
s.summary = "Modern thread-safe and type-safe key-value observing for Swift and Objective-C."
55
s.description = <<-DESC
66
PMKVObserver provides a safe block-based wrapper around Key-Value Observing, with APIs for both Obj-C and Swift. Features include:

PMKVObserver/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>3.0.1</string>
18+
<string>3.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

PMKVObserverTests/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>3.0.1</string>
18+
<string>3.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PMKVObserver
22

3-
[![Version](https://img.shields.io/badge/version-v3.0.1-blue.svg)](https://github.com/postmates/PMKVObserver/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v3.0.2-blue.svg)](https://github.com/postmates/PMKVObserver/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%20%7C%20objc-orange.svg)
66
![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
@@ -132,6 +132,10 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
132132
133133
## Version History
134134
135+
#### v3.0.2 (2018-05-22)
136+
137+
* Squelch some warnings when buliding with CocoaPods.
138+
135139
#### v3.0.1 (2017-09-13)
136140
137141
* Set Swift version back to Swift 3.2. The new `KeyPath` stuff is usable from 3.2 so there's no reason to require 4. PMVKObserver will still compile with Swift 3.1, but the `KeyPath` APIs won't be available unless compiling with Swift 3.2.

0 commit comments

Comments
 (0)