Skip to content

Commit

Permalink
Updated version and readme to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgallagher-venmo committed Jan 8, 2019
1 parent 5c5db2a commit 0fc6b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuizTrain/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.2.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0fc6b26

Please sign in to comment.