Autumn 5 лет назад
Родитель
Сommit
2a82359f1f
1 измененных файлов с 1 добавлено и 1 удалено
  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")
 ]
 ```