Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit ed583f2

Browse files
committed
Tag 3.0 beta 1
1 parent 723535e commit ed583f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BNRDeferred.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
33
s.name = "BNRDeferred"
4-
s.version = "2.2.0"
4+
s.version = "3.0.0-beta.1"
55
s.summary = "Work with values that haven't been determined yet."
66

77
s.description = <<-DESC

Configurations/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TVOS_DEPLOYMENT_TARGET = 9.0
1919
ALWAYS_SEARCH_USER_PATHS = NO
2020

2121
// Versioning
22-
CURRENT_PROJECT_VERSION = 2.2.0
22+
CURRENT_PROJECT_VERSION = 3.0.0
2323
VERSION_INFO_PREFIX =
2424
VERSIONING_SYSTEM = apple-generic
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ for up to date installation instructions.
442442
Add the following to your [Podfile](http://guides.cocoapods.org/using/the-podfile.html):
443443

444444
```ruby
445-
pod 'BNRDeferred', '~> 3.0'
445+
pod 'BNRDeferred', '~> 3.0-beta'
446446
```
447447

448448
You will also need to make sure you're opting into using frameworks:

0 commit comments

Comments
 (0)