There was an error while loading. Please reload this page.
1 parent a2dc718 commit 84e5ad6Copy full SHA for 84e5ad6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 1.3.1
4
+ * Fixes https://github.com/raulriera/TextFieldEffects/issues/67
5
+ * Remove all project's warnings
6
+
7
## Version 1.3.0
8
* Swift 3.0 support
9
TextFieldEffects.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "TextFieldEffects"
19
- s.version = "1.3.0"
+ s.version = "1.3.1"
20
s.summary = "Custom drop in UITextFields effects."
21
22
s.description = <<-DESC
0 commit comments