Skip to content

Commit

Permalink
3.0.1 beta release (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavirawson-apple authored May 3, 2023
1 parent 2f2af4e commit b072895
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,17 @@ open class OCKSurveyTaskViewController: OCKTaskViewController<OCKSurveyTaskViewS
)

let confirmAction = UIAlertAction(
title: "Delete", style: .destructive) { _ in

super.taskView(
taskView,
didCompleteEvent: isComplete,
at: indexPath,
sender: sender
)
}
title: "Delete",
style: .destructive
) { _ in

super.taskView(
taskView,
didCompleteEvent: isComplete,
at: indexPath,
sender: sender
)
}

let warningAlert = UIAlertController(
title: "Delete",
Expand Down
2 changes: 1 addition & 1 deletion SharedConfiguration/Project-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

VERSION_NUMBER = 3.0
VERSION_NUMBER = 3.0.1
BUILD_NUMBER = 1

0 comments on commit b072895

Please sign in to comment.