Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nheagy committed Feb 27, 2019
2 parents 7ce4b84 + a11283b commit c5d2092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPressShared.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WordPressShared"
s.version = "1.7.1"
s.version = "1.7.2-beta.1"
s.summary = "Shared components used in building the WordPress iOS apps and other library components."

s.description = <<-DESC
Expand Down
3 changes: 2 additions & 1 deletion WordPressShared/Core/Analytics/WPAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ typedef NS_ENUM(NSUInteger, WPAnalyticsStat) {
WPAnalyticsStatQuickStartTourCompleted,
WPAnalyticsStatQuickStartMigrationDialogViewed,
WPAnalyticsStatQuickStartMigrationDialogPositiveTapped,
WPAnalyticsStatQuickStartRemoveDialogButtonTapped,
WPAnalyticsStatQuickStartRemoveDialogButtonRemoveTapped,
WPAnalyticsStatQuickStartRemoveDialogButtonCancelTapped,
WPAnalyticsStatQuickStartTypeDismissed,
WPAnalyticsStatQuickStartListCollapsed,
WPAnalyticsStatQuickStartListExpanded,
Expand Down

0 comments on commit c5d2092

Please sign in to comment.