From 0fc6b26759733f04bf073e422f74e5d97bf5578f Mon Sep 17 00:00:00 2001 From: Dave Gallagher Date: Tue, 8 Jan 2019 09:59:01 -0800 Subject: [PATCH] Updated version and readme to 1.2.2. --- QuizTrain/Info.plist | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QuizTrain/Info.plist b/QuizTrain/Info.plist index c6732b7..3eef9a8 100644 --- a/QuizTrain/Info.plist +++ b/QuizTrain/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.1 + 1.2.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/README.md b/README.md index 9a261f0..49ad8fa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ QuizTrain is open source software released under the MIT License. See the [LICEN [Carthage](https://github.com/Carthage/Carthage) is the recommended way to install QuizTrain. Add the following to your `Cartfile` or `Cartfile.private` file: - github "venmo/QuizTrain" ~> 1.2.1 + github "venmo/QuizTrain" ~> 1.2.2 See [Adding frameworks to an application](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for further instructions. Once complete `import QuizTrain` in any Swift files you wish to use QuizTrain in.