Skip to content

Commit

Permalink
Bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Feb 19, 2021
1 parent bdc1f66 commit 26bb737
Showing 1 changed file with 1 addition and 1 deletion.
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 = '0.9.1'
s.version = '0.9.2'
s.swift_versions = ['5.0', '5.3']
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

0 comments on commit 26bb737

Please sign in to comment.