From 5ddb114dfe8dc5c9adbbe8fdd49f9d60258e5f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sau=CC=81l=20Moreno=20Abril?= Date: Wed, 3 May 2023 18:55:10 +0200 Subject: [PATCH] release: v0.3.8 --- Steps.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Steps.podspec b/Steps.podspec index bd50490..da7005a 100644 --- a/Steps.podspec +++ b/Steps.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Steps' - s.version = '0.3.7' + s.version = '0.3.8' s.summary = 'Steps is a navigation bar that guides users through the steps of a task.' s.description = <<-DESC Steps is a navigation bar that guides users through the steps of a task. You need to use it when a given task is complicated or has a certain sequence in the series of subtasks, we can decompose it into several steps to make things easier.