From 72f0e51df0069d9b44d21c4baef01d0acdd68e54 Mon Sep 17 00:00:00 2001 From: Ashay Parikh Date: Wed, 2 Mar 2022 09:54:33 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d479567..1c2e6a04 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ The repo hosts the official iOS app for HackIllinois. If you would like to get involved please reach out to the HackIllinois staff. ## Requirements -1. XCode 11.0+ +1. XCode 13.0+ 2. Swift 5.0+ -3. iOS 13.0+ +3. iOS 11.0+ ## Installation # @@ -20,7 +20,7 @@ open Hackillinois.xcodeproj Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/HackIllinois/ios/compare/). ### master -Master only hosts versions of the Hackillinois application released to TestFlight or the App Store. Currently 2.0.2-rc1. +Master only hosts versions of the Hackillinois application released to TestFlight or the App Store. Currently 2022.1.2. ### dev Dev hosts a semi-stable version of the next release and all work should be done on branches off dev and commited via PR's.