Skip to content

Commit

Permalink
Version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 7, 2020
1 parent 80a3d8d commit c1da34c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[Changelog](https://github.com/kean/RxNuke/releases) for all versions

## RxNuke 0.12.0

- Increase the minimum requirred RxSwift version to 5.1 - the version with hard-deprecated `UIWebView` APIs removed

## RxNuke 0.11.0

- Add Swift Package Manager Support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ final class ImageCell: UICollectionViewCell {

| RxNuke | Swift | Xcode | Platforms |
|------------------|-----------------------|----------------------|----------------------------------------------------|
| RxNuke 0.8 0.9 | Swift 4.25.0 | Xcode 10.110.2 | iOS 10.0 / watchOS 3.0 / macOS 10.12 / tvOS 10.0 |
| RxNuke 0.8 | Swift 4.25.0 | Xcode 10.110.2 | iOS 10.0 / watchOS 3.0 / macOS 10.12 / tvOS 10.0 |
| RxNuke 0.7 | Swift 4.04.2 | Xcode 9.210.1 | iOS 9.0 / watchOS 2.0 / macOS 10.10 / tvOS 9.0 |

# License
Expand Down
2 changes: 1 addition & 1 deletion RxNuke.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxNuke'
s.version = '0.11.0'
s.version = '0.12.0'
s.summary = 'RxSwift extensions for Nuke'

s.homepage = 'https://github.com/kean/RxNuke'
Expand Down
4 changes: 2 additions & 2 deletions RxNuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.11.0;
MARKETING_VERSION = 0.12.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.RxNuke;
PRODUCT_NAME = RxNuke;
SKIP_INSTALL = YES;
Expand All @@ -339,7 +339,7 @@
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.11.0;
MARKETING_VERSION = 0.12.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.RxNuke;
PRODUCT_NAME = RxNuke;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit c1da34c

Please sign in to comment.