Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #47 from wordpress-mobile/develop
Browse files Browse the repository at this point in the history
Brings master current for 0.1.1 release
  • Loading branch information
astralbodies committed Dec 3, 2015
2 parents 11c73f3 + c8df92f commit fa2f64b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WordPressCom-Analytics-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressCom-Analytics-iOS"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Library for handling Analytics tracking in WPiOS"
s.homepage = "http://apps.wordpress.org"
s.license = { :type => "GPLv2" }
Expand Down
1 change: 1 addition & 0 deletions WordPressCom-Analytics-iOS/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatPushAuthenticationFailed,
WPAnalyticsStatPushAuthenticationIgnored,
WPAnalyticsStatPushNotificationAlertPressed,
WPAnalyticsStatPushNotificationReceived,
WPAnalyticsStatReaderAccessed,
WPAnalyticsStatReaderArticleCommentedOn,
WPAnalyticsStatReaderArticleLiked,
Expand Down

0 comments on commit fa2f64b

Please sign in to comment.