Skip to content

Commit 0c9bcde

Browse files
committed
Version 0.17.0.
1 parent b477f91 commit 0c9bcde

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

Numberick-NBKCoreKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#*=============================================================================*
1313

1414
Pod::Spec.new do |spec|
15-
spec.version = "0.16.0"
15+
spec.version = "0.17.0"
1616
spec.module_name = "NBKCoreKit"
1717
spec.name = "Numberick-#{spec.module_name}"
1818
spec.summary = "A new protocol hierarchy that refines Swift's standard library."

Numberick-NBKDoubleWidthKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#*=============================================================================*
1313

1414
Pod::Spec.new do |spec|
15-
spec.version = "0.16.0"
15+
spec.version = "0.17.0"
1616
spec.module_name = "NBKDoubleWidthKit"
1717
spec.name = "Numberick-#{spec.module_name}"
1818
spec.summary = "A composable, large, fixed-width, two's complement, binary integer."

Numberick.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#*=============================================================================*
1313

1414
Pod::Spec.new do |spec|
15-
spec.version = "0.16.0"
15+
spec.version = "0.17.0"
1616
spec.module_name = "Numberick"
1717
spec.name = "Numberick"
1818
spec.summary = "✨ An arithmagick overhaul in Swift."

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Package | Swift | iOS | Mac Catalyst | macOS | tvOS | watchOS |
66
|:-------:|:-----:|:-----:|:------------:|:-----:|:-----:|:-------:|
7-
| 0.16.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |
7+
| 0.17.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |
88

99
## Table of Contents
1010

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

134134
```swift
135-
.package(url: "https://github.com/oscbyspro/Numberick.git", .upToNextMinor(from: "0.16.0")),
135+
.package(url: "https://github.com/oscbyspro/Numberick.git", .upToNextMinor(from: "0.17.0")),
136136
```
137137

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

150150
```rb
151-
pod "Numberick", "~> 0.16.0"
152-
pod "Numberick-NBKCoreKit", "~> 0.16.0"
153-
pod "Numberick-NBKDoubleWidthKit", "~> 0.16.0"
151+
pod "Numberick", "~> 0.17.0"
152+
pod "Numberick-NBKCoreKit", "~> 0.17.0"
153+
pod "Numberick-NBKDoubleWidthKit", "~> 0.17.0"
154154
```
155155

156156
<a name="acknowledgements"/>

Sources/Numberick/Documentation.docc/Documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Int256(5) % Int(5), UInt256(5) % UInt(5)
112112
- ``NBKChunkedInt``
113113
- ``NBKDoubleWidth``
114114
- ``NBKEndianness``
115+
- ``NBKPrimeSieve``
115116
- ``NBKStaticBigInt``
116117

117118
### Integers

0 commit comments

Comments
 (0)