From 0a93373e9cd80d6c93f6eb8b3d3fed46e13d8d27 Mon Sep 17 00:00:00 2001 From: Gabriel Lanata Date: Wed, 8 Jan 2025 02:28:12 -0800 Subject: [PATCH] version bump --- HammerTests.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HammerTests.podspec b/HammerTests.podspec index fd8137c..50a9bb4 100644 --- a/HammerTests.podspec +++ b/HammerTests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "HammerTests" - spec.version = "0.16.0" + spec.version = "0.17.0" spec.summary = "iOS touch and keyboard synthesis library for unit tests." spec.description = "Hammer is a touch and keyboard synthesis library for emulating user interaction events. It enables new ways of triggering UI actions in unit tests, replicating a real world environment as much as possible." spec.homepage = "https://github.com/lyft/Hammer"