diff --git a/Podfile.lock b/Podfile.lock index 940f928a..149f9cd8 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,16 +2,16 @@ PODS: - BlueprintUI (4.0.0) - BlueprintUICommonControls (4.0.0): - BlueprintUI (= 4.0.0) - - BlueprintUILists (14.1.0): + - BlueprintUILists (14.2.0): - BlueprintUI (~> 4.0) - ListableUI - - BlueprintUILists/Tests (14.1.0): + - BlueprintUILists/Tests (14.2.0): - BlueprintUI (~> 4.0) - BlueprintUICommonControls (~> 4.0) - ListableUI - EnglishDictionary (1.0.0.LOCAL) - - ListableUI (14.1.0) - - ListableUI/Tests (14.1.0): + - ListableUI (14.2.0) + - ListableUI/Tests (14.2.0): - EnglishDictionary - Snapshot - Snapshot (1.0.0.LOCAL) @@ -46,9 +46,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: BlueprintUI: 1818f187a6be6c69266a4e30f03a6ad7755530e9 BlueprintUICommonControls: 6ceffc16822dea3d1910029aa87eed7a386e4e3b - BlueprintUILists: 1bd504b26a67af92c55c1b585e9225ed48e8d1b0 + BlueprintUILists: 8ea28beede1073448d94b9d5e62aaa73d079e438 EnglishDictionary: 2cf40d33cc1b68c4152a1cc69561aaf6e4ba0209 - ListableUI: a72a791be89be6fd301c692e9792e4e0eff9c5d7 + ListableUI: cad968ed349db8e328463931f583b6df0ae8dcf3 Snapshot: 574e65b08c02491a541efbd2619c92cc26514d1c PODFILE CHECKSUM: 2b979d4f2436d28af7c87b125b646836119b89b7 diff --git a/version.rb b/version.rb index 753aa025..085476e7 100644 --- a/version.rb +++ b/version.rb @@ -2,7 +2,7 @@ BLUEPRINT_VERSION ||= ['~> 4.0'].freeze -LISTABLE_VERSION ||= '14.1.0' +LISTABLE_VERSION ||= '14.2.0' LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'