Skip to content

Commit

Permalink
Merge pull request #78 from ww-tech/bump/version-1.6.0
Browse files Browse the repository at this point in the history
Bump version to 1.6.0
  • Loading branch information
g-mark authored Jun 26, 2024
2 parents 5f18bc6 + 76b3688 commit 9863f91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -23,8 +23,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Lasso: b9ed367584003a27ba2d8bab3268ff5a8ba1df17
LassoTestUtilities: 1df51ebf37646e189f16a304380fe3bb247f3374
Lasso: ab4a5c3c1750e92bd5199644521beb34db92c02f
LassoTestUtilities: ad1aeea62f2ea0e0cfd972c535f9b1410a39c8ef
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
WWLayout: 0ff533a6b9d0ae2ca2bdf91b6aefc04234b61f1b

Expand Down
2 changes: 1 addition & 1 deletion Lasso.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand Down
2 changes: 1 addition & 1 deletion LassoTestUtilities.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

Expand Down

0 comments on commit 9863f91

Please sign in to comment.