From ad52837020c3f566d1a3952b8e27552bc73e6366 Mon Sep 17 00:00:00 2001 From: Dmitrii Cooler Date: Wed, 10 Aug 2022 21:34:12 +0300 Subject: [PATCH] bump version --- Highway.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Highway.podspec b/Highway.podspec index 6c0013a..a1c5581 100644 --- a/Highway.podspec +++ b/Highway.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Highway" - s.version = "0.16.0" + s.version = "0.17.0" s.summary = "Fast Multi-store Redux-like architecture framework for iOS/OSX applications" s.description = <<-DESC Fast Multi-store Redux-like architecture framework for iOS/OSX applications.