Skip to content

Commit eb4c2e7

Browse files
authored
Merge pull request #17 from shadzik/fix-fontchooser-protocol
Fix build
2 parents 8e779e4 + 37ae3be commit eb4c2e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/General/ZLImageEditor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2525
// THE SOFTWARE.
2626

27-
let version = "1.0.8"
27+
let version = "1.0.9"

Sources/General/ZLImageEditorConfiguration+Chaining.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extension ZLImageEditorConfiguration {
8383
}
8484

8585
@discardableResult
86-
public func fontChooserContainerView(_ view: (UIView & ZLTextStickerContainerDelegate)?) -> ZLImageEditorConfiguration {
86+
public func fontChooserContainerView(_ view: (UIView & ZLTextFontChooserDelegate)?) -> ZLImageEditorConfiguration {
8787
fontChooserContainerView = view
8888
return self
8989
}

ZLImageEditor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZLImageEditor'
3-
s.version = '1.0.8'
3+
s.version = '1.0.9'
44
s.summary = 'A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters, adjust(brightness, contrast, saturation).'
55

66
s.homepage = 'https://github.com/longitachi/ZLImageEditor'

0 commit comments

Comments
 (0)