From d3cbfd59ce6e4590a9c534c4d0233a63775aac4c Mon Sep 17 00:00:00 2001 From: Andrey Blinov Date: Thu, 27 Aug 2020 19:09:07 +0700 Subject: [PATCH] 0.0.6 --- OnlineChatSdk.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OnlineChatSdk.podspec b/OnlineChatSdk.podspec index dec78cd..242460f 100644 --- a/OnlineChatSdk.podspec +++ b/OnlineChatSdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OnlineChatSdk' - s.version = '0.0.5' + s.version = '0.0.6' s.summary = 'A small library containing a wrapper for the WKWebView.' s.swift_versions = '5.0' s.homepage = 'https://github.com/bekannax/OnlineChatSdk-Swift'