From 4edaad2cf4af8cda53a0435d143cdd7585c08e38 Mon Sep 17 00:00:00 2001 From: Shin Yamamoto Date: Wed, 20 Nov 2019 18:20:41 +0900 Subject: [PATCH] Release 1.7.1 --- FloatingPanel.podspec | 2 +- Framework/Sources/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FloatingPanel.podspec b/FloatingPanel.podspec index e556f8d8..1b4c7575 100644 --- a/FloatingPanel.podspec +++ b/FloatingPanel.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FloatingPanel" - s.version = "1.7.0" + s.version = "1.7.1" s.summary = "FloatingPanel is a clean and easy-to-use UI component of a floating panel interface." s.description = <<-DESC FloatingPanel is a clean and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app. diff --git a/Framework/Sources/Info.plist b/Framework/Sources/Info.plist index cc06ea29..45fb78c6 100644 --- a/Framework/Sources/Info.plist +++ b/Framework/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleVersion $(CURRENT_PROJECT_VERSION)