There was an error while loading. Please reload this page.
1 parent dd62d76 commit d865b86Copy full SHA for d865b86
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## Version 1.1.1
4
+ * Fixes bug #57 in Yoshiko
5
+
6
## Version 1.1.0
7
* Support to change the placeholder font via the `placeholderFontScale` property.
8
* Fixed some minor issues with the example project.
TextFieldEffects.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "TextFieldEffects"
19
- s.version = "1.1.0"
+ s.version = "1.1.1"
20
s.summary = "Custom drop in UITextFields effects."
21
22
s.description = <<-DESC
0 commit comments