Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matty Cross committed Feb 12, 2025
1 parent b3496e7 commit 4379da2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Add back Generator.xcodeproj for local building.

- Downgrade SwiftPM version.

- Temporarily omit OCMock from SPM.
Expand Down
2 changes: 1 addition & 1 deletion Cuckoo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
s.version = '2.0.13'
s.version = '2.0.14'
s.summary = 'Cuckoo - first boilerplate-free Swift mocking framework.'
s.description = <<-DESC
Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.13
2.0.14

0 comments on commit 4379da2

Please sign in to comment.