Skip to content

Commit

Permalink
Dependency Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay authored and Akshay committed Jul 14, 2017
1 parent 7ba800a commit ced978a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CareKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

Pod::Spec.new do |s|
s.name = 'CareKit'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'CareKit is an open source software framework for creating apps that help people better understand and manage their health.'
s.homepage = 'https://github.com/carekit-apple/CareKit/'
s.documentation_url = 'http://carekit.org/docs/'
Expand Down
2 changes: 1 addition & 1 deletion Sample/OCKSampleWatch Extension/InterfaceController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class InterfaceController: WKInterfaceController {
self.setTitle("")
loaderGroup.setHidden(false)
loaderImage.startAnimating()
loaderLabel.setText("Loading\nCare Card")
loaderLabel.setText("Loading\nCare Contents")
activities.removeAll()
activityOrder.removeAll()
activityRowIndices.removeAll()
Expand Down

0 comments on commit ced978a

Please sign in to comment.