diff --git a/README.md b/README.md index a85e46c..7db9c17 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Clone the repo and drag the folder `SLazeKit` into your Xcode project. **Swift Package Manager:** -Add the line `.package(url: "https://github.com/shial4/SLazeKit.git", from: "0.1.0"),` to your `Package.swift` +Add the line `.package(url: "https://github.com/shial4/SLazeKit.git", from: "0.1.5"),` to your `Package.swift` **Swift Package Manager in your iOS Project:** This project demonstrates a working method for using Swift Package Manager (SPM) to manage the dependencies of an iOS project. diff --git a/SLazeKit.podspec b/SLazeKit.podspec index 3ccebdc..9c0d048 100644 --- a/SLazeKit.podspec +++ b/SLazeKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SLazeKit' - s.version = '0.1.3' + s.version = '0.1.5' s.summary = 'Swift restful manager.' s.description = <<-DESC SLazeKit is an easy to use Swift restfull collection of extensions and classes. Don't spend hours writing your code to map your rest api request into models and serialization. stop wasting your time!