From 5c349ead4eeee28384c1734dbb5407551f11cfd0 Mon Sep 17 00:00:00 2001 From: Dave Schukin Date: Wed, 28 Nov 2018 19:23:28 -0800 Subject: [PATCH] v2.8.2 --- Buglife.podspec | 2 +- Source/Buglife.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Buglife.podspec b/Buglife.podspec index ac60e6d..d296336 100644 --- a/Buglife.podspec +++ b/Buglife.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Buglife" - s.version = "2.8.1" + s.version = "2.8.2" s.summary = "Awesome bug reporting 😎" s.description = "Report bugs, annotate screenshots, and collect logs from within your iOS app!" s.homepage = "https://www.buglife.com" diff --git a/Source/Buglife.m b/Source/Buglife.m index 1df1043..282f3ee 100644 --- a/Source/Buglife.m +++ b/Source/Buglife.m @@ -53,7 +53,7 @@ #import "LIFEToastController.h" #import "UIControl+LIFEAdditions.h" -static NSString * const kSDKVersion = @"2.8.1"; +static NSString * const kSDKVersion = @"2.8.2"; void life_dispatch_async_to_main_queue(dispatch_block_t block); LIFEAttachmentType * const LIFEAttachmentTypeIdentifierText = @"public.plain-text";