Skip to content

Commit

Permalink
0.1.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjaysinh Chauhan authored and Sanjaysinh Chauhan committed Dec 27, 2017
1 parent 862f9bf commit e3eacbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SSCTaglistView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SSCTaglistView'
s.version = '0.1.11'
s.version = '0.1.12'
s.summary = 'Simple but highly customizable iOS tag list view, in Swift.'

s.description = 'Simple but highly customizable iOS tag list view, in Swift. User can delete the tag.'
Expand Down
Expand Up @@ -22,7 +22,7 @@ class ViewController: UIViewController {
super.viewDidLoad()


self.title = "Features 123"
self.title = "Features"

// Do any additional setup after loading the view, typically from a nib.
}
Expand Down

0 comments on commit e3eacbe

Please sign in to comment.