Skip to content

Commit

Permalink
Prep for version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
manavo committed Feb 6, 2021
1 parent dac288d commit c51ff7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/Doorbell.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#import "DoorbellDialog.h"
#import "UIWindow+Doorbell.h"

NSString * const EndpointTemplate = @"https://doorbell.io/api/applications/%@/%@?sdk=ios&version=0.2.6&key=%@";
NSString * const EndpointTemplate = @"https://doorbell.io/api/applications/%@/%@?sdk=ios&version=0.2.7&key=%@";
NSString * const UserAgent = @"Doorbell iOS SDK";

@interface Doorbell () <DoorbellDialogDelegate>
Expand Down
4 changes: 2 additions & 2 deletions Doorbell.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
Pod::Spec.new do |s|

s.name = "Doorbell"
s.version = "0.2.6"
s.version = "0.2.7"
s.summary = "In-app user feedback SDK for Doorbell.io"
s.description = "Easily collect in-app feedback from your users, for free!"
s.homepage = "https://doorbell.io"
s.license = "MIT"
s.author = "Doorbell.io Ltd"
s.social_media_url = "https://twitter.com/doorbell_io"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/doorbell/ios-sdk.git", :tag => "0.2.6" }
s.source = { :git => "https://github.com/doorbell/ios-sdk.git", :tag => "0.2.7" }
s.source_files = "Classes"
s.framework = "QuartzCore"
s.requires_arc = true
Expand Down

0 comments on commit c51ff7a

Please sign in to comment.