Skip to content

Commit e1f2827

Browse files
committed
bump version
1 parent a17fb58 commit e1f2827

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

BigInt.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::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"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

39
This release contains the following changes:

version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
PROJECT_NAME = BigInt
66
BUNDLE_IDENTIFIER_BASE = org.attaswift.$(PROJECT_NAME)

0 commit comments

Comments
 (0)