Skip to content

Commit

Permalink
Version bump 5.2.1 (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Mar 25, 2020
1 parent 41bbb0a commit 9a30ae4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

### [5.2.1](https://github.com/xmartlabs/Eureka/releases/tag/5.2.1)

* Mark `tableView:editActionsForRowAt` as deprecated (#2000)
* Removes unwanted assertionFailure Core.swift Navigation (#1998)
* Fix for crash in iOS 13.4 with Xcode 11.4 (#2008)

### [5.2.0](https://github.com/xmartlabs/Eureka/releases/tag/5.2.0)

* *Support for Swift Package Manager* (#1976)
Expand Down
2 changes: 1 addition & 1 deletion Eureka.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Eureka'
s.version = '5.2.0'
s.version = '5.2.1'
s.license = 'MIT'
s.summary = 'Elegant iOS Forms in pure Swift'
s.homepage = 'https://github.com/xmartlabs/Eureka'
Expand Down
4 changes: 2 additions & 2 deletions Eureka.xcodeproj/project.pbxproj
Expand Up @@ -727,7 +727,7 @@
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 5.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -751,7 +751,7 @@
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 5.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1075,7 +1075,7 @@ $ pod install
After you set up your `Package.swift` manifest file, you can add Eureka as a dependency by adding it to the dependencies value of your `Package.swift`.

dependencies: [
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.2.0")
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.2.1")
]


Expand Down

0 comments on commit 9a30ae4

Please sign in to comment.