Skip to content

Commit

Permalink
Promoting 3.6.0-rc to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Feb 28, 2017
1 parent 96a041d commit b71b9ca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Analytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Analytics"
s.version = "3.6.0-rc"
s.version = "3.6.0"
s.summary = "The hassle-free way to add analytics to your iOS app."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Analytics/Classes/SEGAnalytics.m
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ + (void)debug:(BOOL)showDebugLogs

+ (NSString *)version
{
return @"3.6.0-rc";
return @"3.6.0";
}

#pragma mark - Helpers
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========


Version 3.6.0 *(28th February, 2017)*
-------------------------------------
* Promoting `3.6.0-rc` to stable release `3.6.0` after sufficient time and exposure in pre-release.

Version 3.6.0-rc *(10th January, 2017)*
-------------------------------------
* Publicly exposing the middleware API, allowing custom middlewares to be inserted into the chain
Expand Down
6 changes: 3 additions & 3 deletions Examples/CocoapodsExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Analytics (3.5.4)
- Analytics (3.6.0)

DEPENDENCIES:
- Analytics (from `../../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
Analytics: b462a87eb6e3609e5fb38416117b58011aa57ff8
Analytics: 15be3e651d22cc811f44df65698538236676437b

PODFILE CHECKSUM: 20b258e875ed60a69591787e49bdc3ca9f7c4ad3

COCOAPODS: 1.1.0
COCOAPODS: 1.2.0.beta.1

0 comments on commit b71b9ca

Please sign in to comment.