From f4037f380128cf4257055e4a5613891dfb07c2d6 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Wed, 24 Oct 2018 20:25:11 +0300 Subject: [PATCH] Fixed version (0.2.2) in podspec file --- ASTextFieldNode.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASTextFieldNode.podspec b/ASTextFieldNode.podspec index 89d2a3c..c5df769 100644 --- a/ASTextFieldNode.podspec +++ b/ASTextFieldNode.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ASTextFieldNode" - s.version = "0.2.1" + s.version = "0.2.2" s.summary = "UITextField wrapper for AsyncDisplayKit." s.description = <<-DESC UITextField wrapper for AsyncDisplayKit that can handle secure text entry. Alternative to ASEditableTextNode.