From 2e1d6c122e6882af9eebd6685347a960bccd4ea1 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Thu, 8 Dec 2016 15:35:55 -0800 Subject: [PATCH] Update to 2.0 (#2735) --- AsyncDisplayKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index ebb7a56d9a..3f1f5c0644 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'AsyncDisplayKit' - spec.version = '2.0-rc.2' + spec.version = '2.0' spec.license = { :type => 'BSD' } spec.homepage = 'http://asyncdisplaykit.org' spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com' }