diff --git a/README.md b/README.md index 3a7b149..e2fc49b 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,11 @@ An elegant selection list or dropdown menu for iOS with single or multiple selec - Provide header row as **Empty**, **All**, **None** or **Custom Text** - Customizable design for UINavigationBar and UISearchBar -## What's new in 7.1.2 -- Supported **Equatable** conformance -- Custom size support in Formsheet presentation -- Swift Pacakge Manager Support +## What's new in 7.1.3 +- Popover Style Improvements +- Now you can specify UITableView.Style while initializing -## Already using? Migrate to 7.1.2 +## Already using? Migrate to 7.1.3 - Remove all references of `UniquePropertyDelegate`, `uniquePropertyName`, and `getUniquePropertyName()` - Conform to `Equatable` in your model classes (if required) @@ -39,7 +38,7 @@ iOS 9.0+ | Xcode 8.3+ | Swift 3.0+ ### CocoaPods ```ruby -pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 7.1.2' +pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 7.1.3' ``` ### Carthage diff --git a/RSSelectionMenu.podspec b/RSSelectionMenu.podspec index f87cb35..0d8cb39 100644 --- a/RSSelectionMenu.podspec +++ b/RSSelectionMenu.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RSSelectionMenu" - s.version = "7.1.2" + s.version = "7.1.3" s.summary = "An elegant selection list or dropdown menu for iOS with single or multiple selections." s.description = <<-DESC diff --git a/RSSelectionMenu.xcworkspace/xcuserdata/rushisangani.xcuserdatad/UserInterfaceState.xcuserstate b/RSSelectionMenu.xcworkspace/xcuserdata/rushisangani.xcuserdatad/UserInterfaceState.xcuserstate index d442930..382cc3e 100644 Binary files a/RSSelectionMenu.xcworkspace/xcuserdata/rushisangani.xcuserdatad/UserInterfaceState.xcuserstate and b/RSSelectionMenu.xcworkspace/xcuserdata/rushisangani.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/RSSelectionMenu/RSSelectionMenu.xcodeproj/project.pbxproj b/RSSelectionMenu/RSSelectionMenu.xcodeproj/project.pbxproj index 1926a13..f46faba 100755 --- a/RSSelectionMenu/RSSelectionMenu.xcodeproj/project.pbxproj +++ b/RSSelectionMenu/RSSelectionMenu.xcodeproj/project.pbxproj @@ -370,7 +370,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 7.1.2; + MARKETING_VERSION = 7.1.3; PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -394,7 +394,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 7.1.2; + MARKETING_VERSION = 7.1.3; PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES;