Browse Source

Update README.md

Autumn 5 years ago
parent
commit
2a82359f1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -43,7 +43,7 @@ Open `Xcode`, go to `File -> Swift Packages -> Add Package Dependency` and enter
 You can also add `ACarousel` as a dependency to your `Package.swift`:
 ```swift
 dependencies: [
-  .package(url: "https://github.com/JWAutumn/ACarousel", from: "0.1.2")
+  .package(url: "https://github.com/JWAutumn/ACarousel", from: "0.1.3")
 ]
 ```