Skip to content

Commit 11fd68c

Browse files
updated README; fixed an typo in README
1 parent 7e4648a commit 11fd68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pod 'HugeNumbers', :git => 'https://github.com/RandomHashTags/swift_huge-numbers
1919
```
2020
### Swift Package Manager
2121
```swift
22-
.package(url: "https://github.com/RandomHashTags/swift_huge-numbers.git", from: "1.0.15")
22+
.package(url: "https://github.com/RandomHashTags/swift_huge-numbers.git", from: "1.1.0")
2323
```
2424

2525
## Current features
@@ -66,7 +66,7 @@ The tables below display the nanoseconds longer it took this library to calculat
6666
|1.0.14 |RELEASE |6 |12345.678 |54321.012 |~790 |~1,080 |~3,300 |~39,500 |
6767
|1.0.14 |RELEASE |100 |12345.678 |54321.012 |- |- |- |~660,000 |
6868
|1.0.16 |RELEASE |6 |12345.678 |54321.012 |- |- |- |~33,400 |
69-
|1.0.16 |RELEASE |6 |12345.678 |54321.012 |- |- |- |~533,000 |
69+
|1.0.16 |RELEASE |100 |12345.678 |54321.012 |- |- |- |~533,000 |
7070

7171
## Contributing
7272
Adding/improving functionality is always welcome, just make a PR.

0 commit comments

Comments
 (0)