summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2022-06-29 11:11:53 -0400
committerJoel Fischer <joeljfischer@gmail.com>2022-06-29 11:11:53 -0400
commite6ae2cdf1121468b0847f2eaba125682b58231cd (patch)
treefb67396cacaa2a9104395ac30dd629d03334bf21
parentf14e0e20b81290cf31a0b25a9415dbf86b242db9 (diff)
downloadsdl_ios-e6ae2cdf1121468b0847f2eaba125682b58231cd.tar.gz
Fix podspec version
-rw-r--r--CHANGELOG.md2
-rw-r--r--SmartDeviceLink.podspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb1041d70..f51c28dfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,7 @@
* Fix uploading dynamic soft button images on head units that only support static images (https://github.com/smartdevicelink/sdl_ios/issues/2093)
### Other
-* * Add a release script to make releases easier (https://github.com/smartdevicelink/sdl_ios/issues/312)
+* Add a release script to make releases easier (https://github.com/smartdevicelink/sdl_ios/issues/312)
* Fix tests not running on Xcode 13.3+ (https://github.com/smartdevicelink/sdl_ios/issues/2077)
* Fix failing tests in SDLPresentAlertOperationSpec (https://github.com/smartdevicelink/sdl_ios/issues/2082)
* Update testing library dependencies (https://github.com/smartdevicelink/sdl_ios/issues/2085)
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index a4da95c4a..b691129f4 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink"
-s.version = "7.4.0"
+s.version = "7.5.0"
s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }