Skip to content

Commit

Permalink
Version 0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Dec 6, 2023
1 parent b477f91 commit 0c9bcde
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Numberick-NBKCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#*=============================================================================*

Pod::Spec.new do |spec|
spec.version = "0.16.0"
spec.version = "0.17.0"
spec.module_name = "NBKCoreKit"
spec.name = "Numberick-#{spec.module_name}"
spec.summary = "A new protocol hierarchy that refines Swift's standard library."
Expand Down
2 changes: 1 addition & 1 deletion Numberick-NBKDoubleWidthKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#*=============================================================================*

Pod::Spec.new do |spec|
spec.version = "0.16.0"
spec.version = "0.17.0"
spec.module_name = "NBKDoubleWidthKit"
spec.name = "Numberick-#{spec.module_name}"
spec.summary = "A composable, large, fixed-width, two's complement, binary integer."
Expand Down
2 changes: 1 addition & 1 deletion Numberick.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#*=============================================================================*

Pod::Spec.new do |spec|
spec.version = "0.16.0"
spec.version = "0.17.0"
spec.module_name = "Numberick"
spec.name = "Numberick"
spec.summary = "✨ An arithmagick overhaul in Swift."
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Package | Swift | iOS | Mac Catalyst | macOS | tvOS | watchOS |
|:-------:|:-----:|:-----:|:------------:|:-----:|:-----:|:-------:|
| 0.16.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |
| 0.17.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |

## Table of Contents

Expand Down Expand Up @@ -132,7 +132,7 @@ Numberick contains several modules. Import some or all of them.
Add this package to your list of package dependencies.

```swift
.package(url: "https://github.com/oscbyspro/Numberick.git", .upToNextMinor(from: "0.16.0")),
.package(url: "https://github.com/oscbyspro/Numberick.git", .upToNextMinor(from: "0.17.0")),
```

Choose target dependencies from the products in [Package.swift](Package.swift).
Expand All @@ -148,9 +148,9 @@ Choose target dependencies from the products in [Package.swift](Package.swift).
Choose target dependencies from the pods listed in the root directory.

```rb
pod "Numberick", "~> 0.16.0"
pod "Numberick-NBKCoreKit", "~> 0.16.0"
pod "Numberick-NBKDoubleWidthKit", "~> 0.16.0"
pod "Numberick", "~> 0.17.0"
pod "Numberick-NBKCoreKit", "~> 0.17.0"
pod "Numberick-NBKDoubleWidthKit", "~> 0.17.0"
```

<a name="acknowledgements"/>
Expand Down
1 change: 1 addition & 0 deletions Sources/Numberick/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Int256(5) % Int(5), UInt256(5) % UInt(5)
- ``NBKChunkedInt``
- ``NBKDoubleWidth``
- ``NBKEndianness``
- ``NBKPrimeSieve``
- ``NBKStaticBigInt``

### Integers
Expand Down

0 comments on commit 0c9bcde

Please sign in to comment.