From 2a794dc3edfb132da6fc6cbe1dcbab7b1f5b89b8 Mon Sep 17 00:00:00 2001 From: Artem M Date: Wed, 8 Nov 2023 15:54:43 +0800 Subject: [PATCH] Update podspec version to 7.3.0 --- GBDeviceInfo.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GBDeviceInfo.podspec b/GBDeviceInfo.podspec index d91deef..81bec6c 100644 --- a/GBDeviceInfo.podspec +++ b/GBDeviceInfo.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GBDeviceInfo' - s.version = '7.2.0' + s.version = '7.3.0' s.summary = 'Detects the hardware, software and display of the current iOS or Mac OS X device at runtime.' s.author = 'Luka Mirosevic' s.homepage = 'https://github.com/lmirosevic/GBDeviceInfo'