Skip to content

Commit

Permalink
Version 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Aug 6, 2023
1 parent 391f496 commit c67da42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Package | Swift | iOS | iPadOS | Mac Catalyst | macOS | tvOS | watchOS |
|:-------:|:-----:|:----:|:------:|:------------:|:-----:|:----:|:-------:|
| 0.7.0 | 5.8 | 16.4 | 16.4 | 16.4 | 13.3 | 16.4 | 9.4 |
| 0.8.0 | 5.8 | 16.4 | 16.4 | 16.4 | 13.3 | 16.4 | 9.4 |

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private typealias X = NBK.U256X64
private typealias Y = NBK.U256X32

//*============================================================================*
// MARK: * NBK x Double Width x Endianness x UInt256
// MARK: * NBK x Double Width x Endianness x Int256
//*============================================================================*

final class NBKDoubleWidthTestsOnEndiannessAsInt256: XCTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/NBKDoubleWidthKitTests/NBKDoubleWidth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ final class NBKDoubleWidthTestsAsInt256: XCTestCase {
}

//*============================================================================*
// MARK: * NBK x Double Width x Int256
// MARK: * NBK x Double Width x UInt256
//*============================================================================*

final class NBKDoubleWidthTestsAsUInt256: XCTestCase {
Expand Down

0 comments on commit c67da42

Please sign in to comment.