From f841c51a34d089bc0d4d4fd6dc2bc35892348923 Mon Sep 17 00:00:00 2001 From: daikimat Date: Tue, 7 Jul 2020 16:22:25 +0900 Subject: [PATCH] update version 0.0.3 to 0.0.4 --- AttachmentInput.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AttachmentInput.podspec b/AttachmentInput.podspec index af85ddd..060e8cf 100644 --- a/AttachmentInput.podspec +++ b/AttachmentInput.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AttachmentInput" - s.version = "0.0.3" + s.version = "0.0.4" s.swift_version = "5.0.0" s.ios.deployment_target = "12.0" s.license = "MIT"