Skip to content

Commit a014a31

Browse files
committed
Version 2.0.0
1 parent f30bcf7 commit a014a31

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[Changelog](https://github.com/kean/RxNuke/releases) for all versions
22

3+
## RxNuke 2.0.0
4+
5+
- Update to RxSwift 6.0
6+
37
## RxNuke 1.0.0
48

59
- Update to Nuke 9

RxNuke.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxNuke'
3-
s.version = '1.0.1'
3+
s.version = '2.0.0'
44
s.summary = 'RxSwift extensions for Nuke'
55

66
s.homepage = 'https://github.com/kean/RxNuke'

RxNuke.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
INFOPLIST_FILE = "Supporting Files/Info.plist";
315315
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
316316
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
317-
MARKETING_VERSION = 1.0.1;
317+
MARKETING_VERSION = 2.0.0;
318318
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.RxNuke;
319319
PRODUCT_NAME = RxNuke;
320320
SKIP_INSTALL = YES;
@@ -339,7 +339,7 @@
339339
INFOPLIST_FILE = "Supporting Files/Info.plist";
340340
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
341341
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
342-
MARKETING_VERSION = 1.0.1;
342+
MARKETING_VERSION = 2.0.0;
343343
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.RxNuke;
344344
PRODUCT_NAME = RxNuke;
345345
SKIP_INSTALL = YES;

Source/RxNuke.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2017-2020 Alexander Grebenyuk (github.com/kean).
3+
// Copyright (c) 2017-2021 Alexander Grebenyuk (github.com/kean).
44

55
import Nuke
66
import RxSwift

0 commit comments

Comments
 (0)