Skip to content

Commit

Permalink
release version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Feb 16, 2016
1 parent 5548930 commit 4203e46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ XLForm
By [XMARTLABS](http://xmartlabs.com).

[![Build Status](https://travis-ci.org/xmartlabs/XLForm.svg?branch=master)](https://travis-ci.org/xmartlabs/XLForm)
[![license](https://img.shields.io/badge/pod-3.0.2-blue.svg)](https://github.com/xmartlabs/XLForm/releases)
[![license](https://img.shields.io/badge/pod-3.1.1-blue.svg)](https://github.com/xmartlabs/XLForm/releases)

**If you are looking for Swift 2 native implementation we have recently created [Eureka], a complete re-design of XLForm in Swift 2.** *Do not panic, We will continue maintaining and improving XLForm, obj-c rocks!!*

Expand Down Expand Up @@ -1048,6 +1048,13 @@ Requirements
Release Notes
--------------

Version 3.1.1
* Allow setting width percentage on UITextView
* Added custom inline row example
* Fixed bug where XLFormImageCell was not added to project
* Add ability to `end editing` on scroll
* Other bugs and refactor

Version 3.1.0
* Added Carthage support
* Added NSCoding protocol
Expand Down
2 changes: 1 addition & 1 deletion XLForm.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'XLForm'
s.version = '3.1.0'
s.version = '3.1.1'
s.license = { :type => 'MIT' }
s.summary = 'XLForm is the most flexible and powerful iOS library to create dynamic table-view forms.'
s.description = <<-DESC
Expand Down

0 comments on commit 4203e46

Please sign in to comment.