From f05b6c89e650b9102b2f1b7b2e60a5662e3427da Mon Sep 17 00:00:00 2001 From: tarunon Date: Sat, 17 Jul 2021 16:07:21 +0900 Subject: [PATCH] update podspec --- CXCTAssertAutolayout.podspec | 2 +- XCTAssertAutolayout.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CXCTAssertAutolayout.podspec b/CXCTAssertAutolayout.podspec index 28d43c9..922cb9b 100644 --- a/CXCTAssertAutolayout.podspec +++ b/CXCTAssertAutolayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CXCTAssertAutolayout' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'Provides assert function that check memory leak in Swift.' s.description = <<-DESC Provides memory leak test cases for Swift. diff --git a/XCTAssertAutolayout.podspec b/XCTAssertAutolayout.podspec index d39df18..be8d6ce 100644 --- a/XCTAssertAutolayout.podspec +++ b/XCTAssertAutolayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'XCTAssertAutolayout' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'Provides assert function that check memory leak in Swift.' s.description = <<-DESC Provides memory leak test cases for Swift.