Skip to content

Commit

Permalink
Merge pull request zalando#100 from ApplebaumIan/master
Browse files Browse the repository at this point in the history
Bump to version 2.2.0
  • Loading branch information
wojciechczerski authored Feb 22, 2021
2 parents be8bc82 + 0fb38e3 commit f4d3621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SwiftMonkey.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# coding: utf-8
Pod::Spec.new do |s|
s.name = "SwiftMonkey"
s.version = "2.1.1"
s.version = "2.2.0"
s.summary = "Monkey testing framework for iOS apps"
s.description = <<-DESC
A framework for generating randomised user
Expand Down
3 changes: 2 additions & 1 deletion SwiftMonkeyPaws.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# coding: utf-8
Pod::Spec.new do |s|
s.name = "SwiftMonkeyPaws"
s.version = "2.1.1"
s.version = "2.2.0"
s.summary = "Visualisation of input events, especially useful during UI testing."
s.description = <<-DESC
Visualise all touch events in a layer on top of
Expand Down

0 comments on commit f4d3621

Please sign in to comment.