From 1cb4316f1de2307539932f5e0d5df355b8e98bb3 Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Sat, 24 Dec 2022 01:12:15 +0100 Subject: [PATCH] Release v2.3.0 (#61) --- CocoaFob.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CocoaFob.podspec b/CocoaFob.podspec index 9963835..4ba920f 100644 --- a/CocoaFob.podspec +++ b/CocoaFob.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CocoaFob' - s.version = '2.2.1' + s.version = '2.3.0' s.swift_versions = ["5.6", "5.5", "5.4", '5.3', '5.2', '5.1', '5.0'] s.summary = 'macOS app registration code verification & generation.' s.description = <<-DESC