From e1f28276687d7661cbb2754771bd9fc281784e32 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Thu, 27 Aug 2020 00:11:23 +0200 Subject: [PATCH] bump version --- BigInt.podspec | 2 +- CHANGELOG.md | 6 ++++++ version.xcconfig | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/BigInt.podspec b/BigInt.podspec index 2a35bc0..758a537 100644 --- a/BigInt.podspec +++ b/BigInt.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'BigInt' - spec.version = '5.1.0' + spec.version = '5.2.0' spec.ios.deployment_target = "8.0" spec.osx.deployment_target = "10.9" spec.tvos.deployment_target = "9.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fffcd..bd418d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 5.2.0 (2020-08-24) + +This release contains the following changes: + +- Added support for the use of RandomNumberGenerator + # 5.1.0 (2020-03-17) This release contains the following changes: diff --git a/version.xcconfig b/version.xcconfig index ad97e49..2dce2c1 100644 --- a/version.xcconfig +++ b/version.xcconfig @@ -1,6 +1,6 @@ // Increment the build number whenever you modify the version string. -VERSION_STRING = 5.1.0 -BUILD_NUMBER = 15 +VERSION_STRING = 5.2.0 +BUILD_NUMBER = 16 PROJECT_NAME = BigInt BUNDLE_IDENTIFIER_BASE = org.attaswift.$(PROJECT_NAME)