diff --git a/Hypertext.podspec b/Hypertext.podspec index 5ca3cf5..8fb58d8 100644 --- a/Hypertext.podspec +++ b/Hypertext.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Hypertext" - s.version = "2.1.0" + s.version = "2.1.1" s.summary = "Compose valid HTML in Swift any way you want to." s.description = "Hypertext provides a simple, powerful set of classes for composing HTML, including all standard HTML elements, and rendering composed HTML to a string. Best used with a Swift Server."