Skip to content

Commit 2ba224c

Browse files
committed
2 parents 29a540d + 67087e1 commit 2ba224c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

33
[![Swift 6.1](https://img.shields.io/badge/Swift-6.1-orange.svg)](https://swift.org)
44
[![Website](https://img.shields.io/badge/website-xcf.ai-blue.svg)](https://xcf.ai)
5-
[![Version](https://img.shields.io/badge/version-2.0.0-green.svg)](https://github.com/toddbruss/swift-multi-line-diff)
5+
[![Version](https://img.shields.io/badge/version-2.0.1-green.svg)](https://github.com/toddbruss/swift-multi-line-diff)
66
[![GitHub stars](https://img.shields.io/github/stars/codefreezeai/swift-multi-line-diff.svg?style=social)](https://github.com/codefreezeai/swift-multi-line-diff/stargazers)
77
[![GitHub forks](https://img.shields.io/github/forks/codefreezeai/swift-multi-line-diff.svg?style=social)](https://github.com/codefreezeai/swift-multi-line-diff/network)
88

@@ -13,7 +13,7 @@
1313
**Repository**: [CodeFreezeAI/swift-multi-line-diff](https://github.com/CodeFreezeAI/swift-multi-line-diff.git)
1414
**License**: MIT
1515
**Language**: Swift 100%
16-
**Latest Release**: v2.0.0 (May 26, 2025)
16+
**Latest Release**: v2.0.1 (May 26, 2025)
1717
**Creator**: Todd Bruss © xcf.ai
1818

1919
---
@@ -29,7 +29,7 @@
2929
```
3030
https://github.com/CodeFreezeAI/swift-multi-line-diff.git
3131
```
32-
4. Select version `1.3.3` or **Up to Next Major Version**
32+
4. Select version `2.0.1` or **Up to Next Major Version**
3333
5. Click **Add Package**
3434
6. Select **MultiLineDiff** target and click **Add Package**
3535

@@ -51,7 +51,7 @@ let package = Package(
5151
dependencies: [
5252
.package(
5353
url: "https://github.com/CodeFreezeAI/swift-multi-line-diff.git",
54-
from: "1.3.3"
54+
from: "2.0.1"
5555
)
5656
],
5757
targets: [

0 commit comments

Comments
 (0)