Skip to content

Commit c67da42

Browse files
committed
Version 0.8.0.
1 parent 391f496 commit c67da42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

55
| Package | Swift | iOS | iPadOS | Mac Catalyst | macOS | tvOS | watchOS |
66
|:-------:|:-----:|:----:|:------:|:------------:|:-----:|:----:|:-------:|
7-
| 0.7.0 | 5.8 | 16.4 | 16.4 | 16.4 | 13.3 | 16.4 | 9.4 |
7+
| 0.8.0 | 5.8 | 16.4 | 16.4 | 16.4 | 13.3 | 16.4 | 9.4 |
88

99
## NBKCoreKit ([Sources][COR/S], [Tests][COR/T], [Benchmarks][COR/B])
1010

Tests/NBKDoubleWidthKitTests/NBKDoubleWidth+Endianness.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private typealias X = NBK.U256X64
1717
private typealias Y = NBK.U256X32
1818

1919
//*============================================================================*
20-
// MARK: * NBK x Double Width x Endianness x UInt256
20+
// MARK: * NBK x Double Width x Endianness x Int256
2121
//*============================================================================*
2222

2323
final class NBKDoubleWidthTestsOnEndiannessAsInt256: XCTestCase {

Tests/NBKDoubleWidthKitTests/NBKDoubleWidth.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ final class NBKDoubleWidthTestsAsInt256: XCTestCase {
9999
}
100100

101101
//*============================================================================*
102-
// MARK: * NBK x Double Width x Int256
102+
// MARK: * NBK x Double Width x UInt256
103103
//*============================================================================*
104104

105105
final class NBKDoubleWidthTestsAsUInt256: XCTestCase {

0 commit comments

Comments
 (0)