From 1758d17133b13a93ee41ef48d25feeb765d58e79 Mon Sep 17 00:00:00 2001 From: Anders Ha Date: Mon, 13 Jul 2020 22:34:15 +0100 Subject: [PATCH] 2.0.0-beta1 --- .swift-version | 2 +- Loop.podspec | 2 +- Loop/Info.plist | 2 +- Package.resolved | 35 ++++------------------------------- Package.swift | 2 +- 5 files changed, 8 insertions(+), 35 deletions(-) diff --git a/.swift-version b/.swift-version index 819e07a..ef425ca 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.0 +5.2 diff --git a/Loop.podspec b/Loop.podspec index e151376..03c9fb9 100644 --- a/Loop.podspec +++ b/Loop.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Loop" - s.version = "1.0.0" + s.version = "2.0.0-beta1" s.summary = "Unidirectional reactive architecture" s.description = <<-DESC diff --git a/Loop/Info.plist b/Loop/Info.plist index 4c0d218..d749896 100644 --- a/Loop/Info.plist +++ b/Loop/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 2.0.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Package.resolved b/Package.resolved index 5afe174..b990e21 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,40 +1,13 @@ { "object": { "pins": [ - { - "package": "CwlCatchException", - "repositoryURL": "https://github.com/mattgallagher/CwlCatchException.git", - "state": { - "branch": null, - "revision": "7cd2f8cacc4d22f21bc0b2309c3b18acf7957b66", - "version": "1.2.0" - } - }, - { - "package": "CwlPreconditionTesting", - "repositoryURL": "https://github.com/mattgallagher/CwlPreconditionTesting.git", - "state": { - "branch": null, - "revision": "c228db5d2ad1b01ebc84435e823e6cca4e3db98b", - "version": "1.2.0" - } - }, { "package": "Nimble", "repositoryURL": "https://github.com/Quick/Nimble.git", "state": { "branch": null, - "revision": "6abeb3f5c03beba2b9e4dbe20886e773b5b629b6", - "version": "8.0.4" - } - }, - { - "package": "Quick", - "repositoryURL": "https://github.com/Quick/Quick.git", - "state": { - "branch": null, - "revision": "33682c2f6230c60614861dfc61df267e11a1602f", - "version": "2.2.0" + "revision": "2b1809051b4a65c1d7f5233331daa24572cd7fca", + "version": "8.1.1" } }, { @@ -42,8 +15,8 @@ "repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift", "state": { "branch": null, - "revision": "b772fa0b624926e6e2f21acbb79297736a05c585", - "version": "6.1.0" + "revision": "3f4351d04115fd8797802d9b2d17b812cd761602", + "version": "6.3.0" } } ] diff --git a/Package.swift b/Package.swift index c5878d1..cabb069 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.0 +// swift-tools-version:5.2 import PackageDescription let package = Package(