Skip to content

Commit

Permalink
release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Nov 12, 2019
1 parent 712a695 commit be91ef1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to SuggestionRow will be documented in this file.

## [3.1.0](https://github.com/EurekaCommunity/SuggestionRow/releases/tag/3.1.0)

* Support for Eureka 5.1, iOS 13 and Dark mode

## [3.0.0](https://github.com/EurekaCommunity/SuggestionRow/releases/tag/3.0.0)

* Support for Eureka 5.0 and Swift 5.0
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "xmartlabs/Eureka" "5.0.0"
github "xmartlabs/Eureka" "5.1.0"
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 02d4251c7f7710ee2ed6c4b8f8d6deda414d8080

COCOAPODS: 1.8.1
COCOAPODS: 1.8.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This is very similar to the example mentioned above for `SuggestionTableRow`.
## Requirements
* iOS 9.3+
* Xcode 10.2+
* Swift 4.2
* Swift 5.0

## Getting involved
* If you **want to contribute** please feel free to **submit pull requests**.
Expand Down
4 changes: 2 additions & 2 deletions SuggestionRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SuggestionRow"
s.version = "3.0.0"
s.version = "3.1.0"
s.summary = "Eureka row that displays completion suggestions either below the row in a table view or in the input accessory view above the keyboard."
s.homepage = "https://github.com/EurekaCommunity/SuggestionRow"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.3'
s.requires_arc = true
s.ios.source_files = 'Sources/**/*.{swift}'
s.dependency 'Eureka', '~> 5.0'
s.dependency 'Eureka', '~> 5.1'
s.swift_version = "5.0"
end

0 comments on commit be91ef1

Please sign in to comment.