From 5e7163abb435839b8366911bfd1885b03de9ad1f Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Thu, 21 Mar 2024 07:49:42 -0700 Subject: [PATCH] Update podspec --- StateMachine.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StateMachine.podspec b/StateMachine.podspec index 68c2418..bdef6b9 100644 --- a/StateMachine.podspec +++ b/StateMachine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'StateMachine' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'A state machine library in Swift' s.homepage = 'https://github.com/Tinder/StateMachine' s.license = { :type => 'BSD 3-Clause "New" or "Revised" License', :file => 'LICENSE' }