Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Rafaj committed Oct 20, 2017
1 parent c2ebe0b commit d39a485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Presentables.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Presentables'
s.version = '0.4.0'
s.version = '0.4.1'
s.summary = 'Simple reactive library written in Swift'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion Presentables/Classes/Protocols/Presenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public protocol Presenter: Configurable {

public protocol SelectablePresenter: Presenter {

var didSelectCell: (()->())? { get }
var didSelectCell: (()->())? { get set }

}

Expand Down

0 comments on commit d39a485

Please sign in to comment.