Skip to content

Commit

Permalink
Prep for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manavo committed Aug 17, 2022
1 parent e071a78 commit ada9e20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 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.4.0&key=%@";
NSString * const EndpointTemplate = @"https://doorbell.io/api/applications/%@/%@?sdk=ios&version=0.4.1&key=%@";
NSString * const UserAgent = @"Doorbell iOS SDK";

@interface Doorbell () <DoorbellDialogDelegate>
Expand Down
4 changes: 2 additions & 2 deletions DoorbelliOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@
};
buildConfigurationList = 45327E3B1ACADE9B002B7A06 /* Build configuration list for PBXProject "DoorbelliOS" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
mainGroup = 45327E371ACADE9B002B7A06;
productRefGroup = 45327E421ACADE9B002B7A06 /* Products */;
Expand Down
8 changes: 0 additions & 8 deletions DoorbelliOS/DoorbelliOS.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// DoorbelliOS.h
// DoorbelliOS
//
// Created by Dave Hardiman on 31/03/2015.
// Copyright (c) 2015 Doorbell. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for DoorbelliOS.
Expand Down

0 comments on commit ada9e20

Please sign in to comment.