Skip to content

Commit

Permalink
Docs: Update versioning README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaehui-Seo committed May 20, 2024
1 parent 3d14436 commit d401d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Glassmorphism is a design style using a background blur effect, which makes the
Use [Swift Package Manager](https://swift.org/package-manager/) by adding following line to `Package.swift`:
```
dependencies: [
.package(url: "https://github.com/Chaehui-Seo/CHGlassmorphismView.git", from: "1.0.0")
.package(url: "https://github.com/Chaehui-Seo/CHGlassmorphismView.git", from: "1.0.1")
]
```
### Cocoapods
Use [Cocoapods](https://cocoapods.org/) by adding following line to `Podfile`:
```
pod "CHGlassmorphismView", "~> 1.0.0"
pod "CHGlassmorphismView", "~> 1.0.1"
```

## Usage
Expand Down

0 comments on commit d401d02

Please sign in to comment.