Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerard committed Feb 7, 2016
1 parent aa3f4cc commit 11c6028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSUnderscore.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NSUnderscore"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "NSUnderscore is a re-implementation of the key helper functions available in Underscore.js."
s.description = <<-DESC
NSUnderscore is a set of categories added to NSArray, NSDictionary, and NSSet. This project is an attempt to bring some of the useful functionality found in Underscore.js to the world of iOS programming. Not every single function has been ported over, as some functions are already implemented on the collection objects.
Expand Down

0 comments on commit 11c6028

Please sign in to comment.