Skip to content

Commit d101a6f

Browse files
bumping blueprint
1 parent d0daafe commit d101a6f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/square/Blueprint", from: "4.0.0"),
23+
.package(url: "https://github.com/square/Blueprint", from: "5.0.0"),
2424
],
2525
targets: [
2626
.target(

Podfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PODS:
2-
- BlueprintUI (4.0.0)
3-
- BlueprintUICommonControls (4.0.0):
4-
- BlueprintUI (= 4.0.0)
2+
- BlueprintUI (5.0.0)
3+
- BlueprintUICommonControls (5.0.0):
4+
- BlueprintUI (= 5.0.0)
55
- BlueprintUILists (14.4.0):
6-
- BlueprintUI (~> 4.0)
6+
- BlueprintUI (~> 5.0)
77
- ListableUI
88
- BlueprintUILists/Tests (14.4.0):
9-
- BlueprintUI (~> 4.0)
10-
- BlueprintUICommonControls (~> 4.0)
9+
- BlueprintUI (~> 5.0)
10+
- BlueprintUICommonControls (~> 5.0)
1111
- ListableUI
1212
- EnglishDictionary (1.0.0.LOCAL)
1313
- ListableUI (14.4.0)
@@ -44,9 +44,9 @@ EXTERNAL SOURCES:
4444
:path: Internal Pods/Snapshot/Snapshot.podspec
4545

4646
SPEC CHECKSUMS:
47-
BlueprintUI: 1818f187a6be6c69266a4e30f03a6ad7755530e9
48-
BlueprintUICommonControls: 6ceffc16822dea3d1910029aa87eed7a386e4e3b
49-
BlueprintUILists: 799f21a75c76968f84ab768dcba0950ff53e23f8
47+
BlueprintUI: 0e2d2944bca6c0d6d96df711a43bce01154bb7ef
48+
BlueprintUICommonControls: 8f400ee3ecf2bc58bd21cce29caba9f7c83d22b8
49+
BlueprintUILists: 56f7bf248a832e3807be43e3215b2a8e3387c953
5050
EnglishDictionary: 2cf40d33cc1b68c4152a1cc69561aaf6e4ba0209
5151
ListableUI: 04974e3cc04a2df7f93242b489431ea86e69329b
5252
Snapshot: 574e65b08c02491a541efbd2619c92cc26514d1c

version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
BLUEPRINT_VERSION ||= ['~> 4.0'].freeze
3+
BLUEPRINT_VERSION ||= ['~> 5.0'].freeze
44

55
LISTABLE_VERSION ||= '14.4.0'
66

0 commit comments

Comments
 (0)