Skip to content

Commit

Permalink
Bumped build and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-valt committed Oct 10, 2017
1 parent 0c5b5be commit 6e0dca7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BigInt.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = 'BigInt'
spec.version = '3.0.0'
spec.version = '3.0.1'
spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.9"
spec.tvos.deployment_target = "9.0"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.0.1 (2017-10-10)

This release contains the following bug fixes:

- Issue #27 — changing scope of `BigUInt` methods `kind` and `storage` to be `fileprivate`
- Making `subscript` method of `BigUInt` public

# 3.0.0 (2017-09-07)

This is a major release upgrading BigInt to the new integer protocols introduced in Swift 4 as part of [SE-0104, Protocol-oriented integers][se-0104].
Expand Down
4 changes: 2 additions & 2 deletions version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Increment the build number whenever you modify the version string.
VERSION_STRING = 3.0.0
BUILD_NUMBER = 8
VERSION_STRING = 3.0.1
BUILD_NUMBER = 9

PROJECT_NAME = BigInt
BUNDLE_IDENTIFIER_BASE = org.attaswift.$(PROJECT_NAME)
Expand Down

0 comments on commit 6e0dca7

Please sign in to comment.