From 8acb20a4a32b301b26348255aca2265bde868dfc Mon Sep 17 00:00:00 2001 From: Shial Date: Mon, 16 Apr 2018 16:36:35 +1000 Subject: [PATCH] [1.0.5] Update version tag --- README.md | 2 +- SLazeKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!