Skip to content

Commit b212c24

Browse files
authored
Docs: Update versioning to v1.0.2 README.md
1 parent cc32474 commit b212c24

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
@@ -12,13 +12,13 @@ Glassmorphism is a design style using a background blur effect, which makes the
1212
Use [Swift Package Manager](https://swift.org/package-manager/) by adding following line to `Package.swift`:
1313
```
1414
dependencies: [
15-
.package(url: "https://github.com/Chaehui-Seo/CHGlassmorphismView.git", from: "1.0.1")
15+
.package(url: "https://github.com/Chaehui-Seo/CHGlassmorphismView.git", from: "1.0.2")
1616
]
1717
```
1818
### Cocoapods
1919
Use [Cocoapods](https://cocoapods.org/) by adding following line to `Podfile`:
2020
```
21-
pod "CHGlassmorphismView", "~> 1.0.1"
21+
pod "CHGlassmorphismView", "~> 1.0.2"
2222
```
2323

2424
## Usage

0 commit comments

Comments
 (0)