From 68749957bffc25d18a88238c52344c17fbbf996b Mon Sep 17 00:00:00 2001 From: Andrew Wagner <845683+drewag@users.noreply.github.com> Date: Thu, 25 Jul 2019 17:11:30 -0600 Subject: [PATCH] [RE] v3.0.0 - Drastically improved error reporting with a new DecreeError type - Improved documentation --- Decree.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decree.podspec b/Decree.podspec index 4c355d9..527f06d 100644 --- a/Decree.podspec +++ b/Decree.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Decree' - spec.version = '2.1.0' + spec.version = '3.0.0' spec.license = { :type => 'MIT', :file => "LICENSE" } spec.homepage = 'https://github.com/drewag/Decree' spec.authors = { 'Andrew J. Wagner' => 'https://drewag.me' }