Skip to content

Commit

Permalink
chore(release): bump podspec version to 3.1.0
Browse files Browse the repository at this point in the history
also update the pod tests
  • Loading branch information
notbenoit committed Aug 18, 2022
1 parent e936651 commit 2a76244
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion FueledUtils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'FueledUtils'
s.version = '3.0.0'
s.version = '3.1.0'
s.summary = 'A collection of utilities used at Fueled'
s.description = 'This is a collection of classes, extensions, methods and functions used within Fueled projects that aims at decomplexifying tasks that should be easy.'
s.swift_version = '5'
Expand Down
22 changes: 11 additions & 11 deletions Tests/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
PODS:
- FueledUtils/Combine (3.0.0):
- FueledUtils/Combine (3.1.0):
- FueledUtils/ReactiveCommon
- FueledUtils/CombineOperators (3.0.0):
- FueledUtils/CombineOperators (3.1.0):
- FueledUtils/Combine
- FueledUtils/CombineUIKit (3.0.0):
- FueledUtils/CombineUIKit (3.1.0):
- FueledUtils/Combine
- FueledUtils/UIKit
- FueledUtils/Core (3.0.0)
- FueledUtils/ReactiveCombineBridge (3.0.0):
- FueledUtils/Core (3.1.0)
- FueledUtils/ReactiveCombineBridge (3.1.0):
- FueledUtils/Combine
- FueledUtils/ReactiveSwift
- FueledUtils/ReactiveCommon (3.0.0):
- FueledUtils/ReactiveCommon (3.1.0):
- FueledUtils/Core
- FueledUtils/ReactiveSwift (3.0.0):
- FueledUtils/ReactiveSwift (3.1.0):
- FueledUtils/ReactiveCommon
- ReactiveCocoa (~> 10.0)
- ReactiveSwift (~> 6.0)
- FueledUtils/ReactiveSwiftUIKit (3.0.0):
- FueledUtils/ReactiveSwiftUIKit (3.1.0):
- FueledUtils/ReactiveSwift
- FueledUtils/UIKit
- FueledUtils/SwiftUI (3.0.0):
- FueledUtils/SwiftUI (3.1.0):
- FueledUtils/Combine
- FueledUtils/Core
- FueledUtils/UIKit (3.0.0):
- FueledUtils/UIKit (3.1.0):
- FueledUtils/Core
- Nimble (9.2.1)
- Quick (2.2.0)
Expand Down Expand Up @@ -52,7 +52,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
FueledUtils: c5b52ea378fe4eb7dd0f746d31c55d2e9facef0a
FueledUtils: b0c089ddab7e706669f31c45325c399eabd52868
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
ReactiveCocoa: 083ae559e6f588ce519cab412ea119b431c26a24
Expand Down

0 comments on commit 2a76244

Please sign in to comment.