From 2efe3fd35aeeec610804c42622529fa0b973f8d1 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Thu, 25 Jun 2020 15:21:57 -0700 Subject: [PATCH] I forgot this in the last PR and I'm pushing to master, I'm a bad person. --- Texture.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Texture.podspec b/Texture.podspec index d1df1c90..1b2d153e 100644 --- a/Texture.podspec +++ b/Texture.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Texture' - spec.version = '3.0.0-rc.1' + spec.version = '3.0.0-rc.2' spec.license = { :type => 'Apache 2', } spec.homepage = 'http://texturegroup.org' spec.authors = { 'Huy Nguyen' => 'hi@huynguyen.dev', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'mischneider1@gmail.com', 'Adlai Holler' => 'adlai@icloud.com' }