Skip to content

Commit

Permalink
prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaeding committed Aug 19, 2016
1 parent eb40aa3 commit 3b6918e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

Expand Down
2 changes: 1 addition & 1 deletion Darkly/DarklyConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#import "DarklyConstants.h"

NSString * const kClientVersion = @"1.1.1";
NSString * const kClientVersion = @"1.1.0";
NSString * const kBaseUrl = @"https://app.launchdarkly.com";
NSString * const kNoApiKeyExceptionName = @"NoApiKeyDefinedException";
NSString * const kNoApiKeyExceptionReason = @"A valid ApiKey must be provided";
Expand Down
4 changes: 2 additions & 2 deletions LaunchDarkly.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "LaunchDarkly"
s.version = "1.1.1"
s.version = "1.1.0"
s.summary = "iOS SDK for LaunchDarkly"

s.description = <<-DESC
Expand Down Expand Up @@ -74,7 +74,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

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



Expand Down

0 comments on commit 3b6918e

Please sign in to comment.