Skip to content

Commit 02bd791

Browse files
committed
Bump to 1.3.0
1 parent 8c42668 commit 02bd791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MockingKit.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 = 'MockingKit'
3-
s.version = '1.2.0'
3+
s.version = '1.3.0'
44
s.swift_versions = ['5.6']
55
s.summary = 'MockingKit is a mocking library for Swift.'
66
s.description = 'MockingKit contains protocol mocking utilities for Swift. MockingKit makes it easy to mock protocol implementations for unit tests and to fake functionality in your Swift-based systems.'

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## 1.3
55

6-
This version adds support for keypaths, which makes using mocks much cleaner.
6+
Thanks to [Tim Andersson](https://github.com/Boerworz) and the people at BookBeat, MockingKit now supports keypaths.
77

88
### ✨ New Features
99

0 commit comments

Comments
 (0)