Skip to content

Commit 35057c5

Browse files
authored
Update to 1.2.0 (#134)
1 parent 63e9660 commit 35057c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![MIT License](https://img.shields.io/github/license/vsanthanam/Calligraphy)](https://github.com/vsanthanam/Calligraphy/blob/main/LICENSE)
44
[![GitHub Release](https://img.shields.io/github/v/release/vsanthanam/Calligraphy?include_prereleases)](https://github.com/vsanthanam/Calligraphy/releases)
55
[![Build Status](https://img.shields.io/github/check-runs/vsanthanam/Calligraphy/main)](https://github.com/vsanthanam/Calligraphy/actions)
6-
[![Swift Version](https://img.shields.io/badge/swift-6.2-critical)](https://swift.org)
6+
[![Swift Version](https://img.shields.io/badge/swift-6.1%20%7C%206.2-critical)](https://swift.org)
77
[![Documentation](https://img.shields.io/badge/Documentation-GitHub-8A2BE2)](https://usecalligraphy.com/docs/documentation/calligraphy)
88

99
A declarative library for composing strings, text, files, and folders in Swift
@@ -99,7 +99,7 @@ To add Calligraphy as a dependency to an existing Swift package, add the followi
9999
dependencies: [
100100
.package(
101101
url: "https://github.com/vsanthanam/Calligraphy.git",
102-
from: "1.1.0"
102+
from: "1.2.0"
103103
)
104104
]
105105
```

Sources/Calligraphy/Calligraphy.docc/Articles/Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To add Calligraphy as a dependency to an existing Swift package, add the followi
2424
dependencies: [
2525
.package(
2626
url: "https://github.com/vsanthanam/Calligraphy.git",
27-
from: "1.1.0"
27+
from: "1.2.0"
2828
)
2929
]
3030
```

0 commit comments

Comments
 (0)