File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |spec |
33 spec . name = 'BigInt'
4- spec . version = '5.1 .0'
4+ spec . version = '5.2 .0'
55 spec . ios . deployment_target = "8.0"
66 spec . osx . deployment_target = "10.9"
77 spec . tvos . deployment_target = "9.0"
Original file line number Diff line number Diff line change 1+ # 5.2.0 (2020-08-24)
2+
3+ This release contains the following changes:
4+
5+ - Added support for the use of RandomNumberGenerator
6+
17# 5.1.0 (2020-03-17)
28
39This release contains the following changes:
Original file line number Diff line number Diff line change 11// Increment the build number whenever you modify the version string.
2- VERSION_STRING = 5.1 .0
3- BUILD_NUMBER = 15
2+ VERSION_STRING = 5.2 .0
3+ BUILD_NUMBER = 16
44
55PROJECT_NAME = BigInt
66BUNDLE_IDENTIFIER_BASE = org.attaswift.$(PROJECT_NAME)
You can’t perform that action at this time.
0 commit comments