From e2d11d95f67b095e30949a56bb997a86d81270a3 Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Tue, 11 Oct 2016 10:44:34 -0700 Subject: [PATCH] Update podspec version tag Summary: Title Reviewed By: jeremycohen Differential Revision: D4002326 fbshipit-source-id: 9761bf7938b09603abb0f6597974613cbc7b593b --- IGListKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IGListKit.podspec b/IGListKit.podspec index 2816572..e2bdf28 100644 --- a/IGListKit.podspec +++ b/IGListKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'IGListKit' - s.version = '1.0' + s.version = '1.0.0' s.summary = 'A data-driven UICollectionView framework.' s.homepage = 'https://github.com/Instagram/IGListKit' s.documentation_url = 'https://instagram.github.io/IGListKit'