Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danhd123 committed Feb 15, 2018
1 parent b688cd1 commit c145ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Buglife.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Buglife"
s.version = "2.7.0"
s.version = "2.8.0"
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"
Expand Down
2 changes: 1 addition & 1 deletion Source/Buglife.m
Expand Up @@ -53,7 +53,7 @@
#import "LIFEToastController.h"
#import "UIControl+LIFEAdditions.h"

static NSString * const kSDKVersion = @"2.7.0";
static NSString * const kSDKVersion = @"2.8.0";
void life_dispatch_async_to_main_queue(dispatch_block_t block);

LIFEAttachmentType * const LIFEAttachmentTypeIdentifierText = @"public.plain-text";
Expand Down

0 comments on commit c145ad7

Please sign in to comment.