From a0ba3af01207d21bb4800dda9f900470e1921613 Mon Sep 17 00:00:00 2001 From: Shin Yamamoto Date: Sun, 16 Apr 2023 10:53:08 +0900 Subject: [PATCH] Version 2.6.2 --- FloatingPanel.podspec | 2 +- README.md | 2 +- Sources/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FloatingPanel.podspec b/FloatingPanel.podspec index c1be958f..79854b1b 100644 --- a/FloatingPanel.podspec +++ b/FloatingPanel.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FloatingPanel" - s.version = "2.6.1" + s.version = "2.6.2" 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/README.md b/README.md index 2926bf55..514a8584 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ FloatingPanel is a simple and easy-to-use UI component designed for a user interface featured in Apple Maps, Shortcuts and Stocks app. The user interface displays related content and utilities alongside the main content. -Please see also [the API reference](https://floatingpanel.github.io/v2.6.1/documentation/floatingpanel/) for more details, powered by [DocC](https://developer.apple.com/documentation/docc). +Please see also [the API reference](https://floatingpanel.github.io/2.6.2/documentation/floatingpanel/) for more details, powered by [DocC](https://developer.apple.com/documentation/docc). ![Maps](https://github.com/SCENEE/FloatingPanel/blob/master/assets/maps.gif) ![Stocks](https://github.com/SCENEE/FloatingPanel/blob/master/assets/stocks.gif) diff --git a/Sources/Info.plist b/Sources/Info.plist index a0600cf0..9d13e145 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.6.1 + 2.6.2 CFBundleVersion $(CURRENT_PROJECT_VERSION)