Skip to content

Commit 3b6918e

Browse files
committed
prepare for 1.1.0 release
1 parent eb40aa3 commit 3b6918e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5-
## [1.1.1] - 2016-08-19
5+
## [1.1.0] - 2016-08-19
66
### Dependency update
77
- Removed dependency on Core Data (no interfaces or behavior changed)
88

Darkly/DarklyConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#import "DarklyConstants.h"
66

7-
NSString * const kClientVersion = @"1.1.1";
7+
NSString * const kClientVersion = @"1.1.0";
88
NSString * const kBaseUrl = @"https://app.launchdarkly.com";
99
NSString * const kNoApiKeyExceptionName = @"NoApiKeyDefinedException";
1010
NSString * const kNoApiKeyExceptionReason = @"A valid ApiKey must be provided";

LaunchDarkly.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "LaunchDarkly"
19-
s.version = "1.1.1"
19+
s.version = "1.1.0"
2020
s.summary = "iOS SDK for LaunchDarkly"
2121

2222
s.description = <<-DESC
@@ -74,7 +74,7 @@ Pod::Spec.new do |s|
7474
# Supports git, hg, bzr, svn and HTTP.
7575
#
7676

77-
s.source = { :git => "https://github.com/launchdarkly/ios-client.git", :tag => "1.1.1" }
77+
s.source = { :git => "https://github.com/launchdarkly/ios-client.git", :tag => "1.1.0" }
7878

7979

8080

0 commit comments

Comments
 (0)