From 4296d76866b5a4cd8ccfa8572964720f964c7e4e Mon Sep 17 00:00:00 2001 From: Daniel DeCovnick Date: Tue, 6 Feb 2018 12:27:03 -0500 Subject: [PATCH] v2.6.1 --- Buglife.podspec | 2 +- Source/Buglife.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Buglife.podspec b/Buglife.podspec index 86bfabe..622197f 100644 --- a/Buglife.podspec +++ b/Buglife.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Buglife" - s.version = "2.6.0" + s.version = "2.6.1" 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 fee1b6e..ad502f1 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.6.0"; +static NSString * const kSDKVersion = @"2.6.1"; void life_dispatch_async_to_main_queue(dispatch_block_t block); LIFEAttachmentType * const LIFEAttachmentTypeIdentifierText = @"public.plain-text";