From 76b368805a47f63b173e67ae8f7372c8a89c2ad9 Mon Sep 17 00:00:00 2001 From: Steven Grosmark Date: Wed, 26 Jun 2024 13:25:33 -0400 Subject: [PATCH] Bump version to 1.6.0 --- Example/Podfile.lock | 8 ++++---- Lasso.podspec | 2 +- LassoTestUtilities.podspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 597348c..ee1f137 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,6 +1,6 @@ PODS: - - Lasso (1.5.0) - - LassoTestUtilities (1.5.0): + - Lasso (1.6.0) + - LassoTestUtilities (1.6.0): - Lasso - SwiftLint (0.55.1) - WWLayout (0.8.2) @@ -23,8 +23,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - Lasso: b9ed367584003a27ba2d8bab3268ff5a8ba1df17 - LassoTestUtilities: 1df51ebf37646e189f16a304380fe3bb247f3374 + Lasso: ab4a5c3c1750e92bd5199644521beb34db92c02f + LassoTestUtilities: ad1aeea62f2ea0e0cfd972c535f9b1410a39c8ef SwiftLint: 3fe909719babe5537c552ee8181c0031392be933 WWLayout: 0ff533a6b9d0ae2ca2bdf91b6aefc04234b61f1b diff --git a/Lasso.podspec b/Lasso.podspec index 0a69426..132d08f 100644 --- a/Lasso.podspec +++ b/Lasso.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = 'Lasso' - s.version = '1.5.0' + s.version = '1.6.0' s.summary = 'iOS architectural pattern and framework.' s.description = 'Lasso is an iOS application architecture for building discrete, composable and testable compenents both big and small - from single one-off screens, through complex flows, to high-level application structures.' diff --git a/LassoTestUtilities.podspec b/LassoTestUtilities.podspec index f07e62c..71f490a 100644 --- a/LassoTestUtilities.podspec +++ b/LassoTestUtilities.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = 'LassoTestUtilities' - s.version = '1.5.0' + s.version = '1.6.0' s.summary = 'Unit test support for the Lasso framework.' s.description = 'Lasso is an iOS application architecture for building discrete, composable and testable compenents both big and small - from single one-off screens, through complex flows, to high-level application structures.'