Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Dec 2, 2022
1 parent 8c42668 commit 02bd791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MockingKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MockingKit'
s.version = '1.2.0'
s.version = '1.3.0'
s.swift_versions = ['5.6']
s.summary = 'MockingKit is a mocking library for Swift.'
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.'
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## 1.3

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

### ✨ New Features

Expand Down

0 comments on commit 02bd791

Please sign in to comment.