Skip to content

Commit b072895

Browse files
3.0.1 beta release (#694)
1 parent 2f2af4e commit b072895

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CareKit/CareKit/iOS/Task/View Controllers/OCKSurveyTaskViewController.swift

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,17 @@ open class OCKSurveyTaskViewController: OCKTaskViewController<OCKSurveyTaskViewS
154154
)
155155

156156
let confirmAction = UIAlertAction(
157-
title: "Delete", style: .destructive) { _ in
158-
159-
super.taskView(
160-
taskView,
161-
didCompleteEvent: isComplete,
162-
at: indexPath,
163-
sender: sender
164-
)
165-
}
157+
title: "Delete",
158+
style: .destructive
159+
) { _ in
160+
161+
super.taskView(
162+
taskView,
163+
didCompleteEvent: isComplete,
164+
at: indexPath,
165+
sender: sender
166+
)
167+
}
166168

167169
let warningAlert = UIAlertController(
168170
title: "Delete",

SharedConfiguration/Project-Shared.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828

29-
VERSION_NUMBER = 3.0
29+
VERSION_NUMBER = 3.0.1
3030
BUILD_NUMBER = 1

0 commit comments

Comments
 (0)