Skip to content

Commit 21f1b26

Browse files
committed
0.0.5
1 parent 8058009 commit 21f1b26

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
@@ -1,6 +1,6 @@
11
# RLPSwift
22
[![Swift 5.9.2](https://img.shields.io/badge/Swift-5.9.2-orange.svg?style=flat)](https://developer.apple.com/swift/)
3-
[![Version](https://img.shields.io/badge/SPM-0.0.4-orange.svg?stlyle=flat)](https://github.com/alephao/RLPSwift/releases/tag/v0.0.4)
3+
[![Version](https://img.shields.io/badge/SPM-0.0.5-orange.svg?stlyle=flat)](https://github.com/alephao/RLPSwift/releases/tag/v0.0.5)
44

55
This is a basic Swift implementation of Recursive Length Prefix Encoding, a serialisation method for encoding arbitrarily structured binary data (byte arrays).
66

@@ -35,7 +35,7 @@ Adding RLPSwift as a dependency is as easy as adding it to the `dependencies` va
3535

3636
```swift
3737
dependencies: [
38-
.package(url: "https://github.com/alephao/RLPSwift.git", from: "0.0.4")
38+
.package(url: "https://github.com/alephao/RLPSwift.git", from: "0.0.5")
3939
]
4040
```
4141

0 commit comments

Comments
 (0)