From eacab01aa732612d97c723ceb77c748aaba54c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 19 Feb 2021 11:40:19 -0800 Subject: [PATCH] v2.2.0 --- README.md | 10 +++++----- Solar/Info.plist | 2 +- SolarTests/Info.plist | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7b769e0..d016d67 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,13 @@ Solar is available through CocoaPods, Carthage, and Swift Package Manager. To include Solar in an application, add the following [pod](https://guides.cocoapods.org/syntax/podfile.html#pod) to your Podfile, then run `pod install`: ```ruby -pod "Solar", "~> 2.3" +pod "Solar", "~> 2.2" ``` To include Solar in another pod, add the following [dependency](https://guides.cocoapods.org/syntax/podspec.html#dependency) to your podspec: ```ruby -s.dependency "Solar", "~> 2.3" +s.dependency "Solar", "~> 2.2" ``` ### Carthage @@ -80,7 +80,7 @@ s.dependency "Solar", "~> 2.3" Add the `ceek/Solar` project to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile), then follow the rest of [Carthage’s XCFramework installation instructions](https://github.com/Carthage/Carthage#building-platform-independent-xcframeworks-xcode-12-and-above): ```ruby -github "ceeK/Solar" ~> 2.3 +github "ceeK/Solar" ~> 2.2 ``` ### Swift Package Manager @@ -89,12 +89,12 @@ To include Solar in an application in Xcode: 1. Go to File ‣ Swift Packages ‣ Add Package Dependency. 1. Enter `https://github.com/ceeK/Solar.git` as the package repository and click Next. -1. Set Rules to Version, Up to Next Major, and enter `2.3.0` as the minimum version requirement. Click Next. +1. Set Rules to Version, Up to Next Major, and enter `2.2.0` as the minimum version requirement. Click Next. To include Solar in another Swift package, add the following [dependency](https://developer.apple.com/documentation/swift_packages/package/dependency) to your Package.swift: ```swift -.package(name: "Solar", url: "https://github.com/ceeK/Solar.git", from: "2.3.0") +.package(name: "Solar", url: "https://github.com/ceeK/Solar.git", from: "2.2.0") ``` # License diff --git a/Solar/Info.plist b/Solar/Info.plist index 989da34..7074409 100644 --- a/Solar/Info.plist +++ b/Solar/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.3.0 + 2.2.0 CFBundleVersion 2 NSPrincipalClass diff --git a/SolarTests/Info.plist b/SolarTests/Info.plist index bfb17f3..e15eeb7 100644 --- a/SolarTests/Info.plist +++ b/SolarTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.3.0 + 2.2.0 CFBundleVersion 2