summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2022-06-29 11:12:23 -0400
committerJoel Fischer <joeljfischer@gmail.com>2022-06-29 11:12:23 -0400
commit3869a3028830035c4c1529149f88ba56d0b23153 (patch)
tree47edca1abf3b14c3b1431d257455fb03d270d584
parent896b518f6d0afb1d69fff1ebfd9c6f935be34791 (diff)
parente6ae2cdf1121468b0847f2eaba125682b58231cd (diff)
downloadsdl_ios-3869a3028830035c4c1529149f88ba56d0b23153.tar.gz
Merge branch 'develop'7.5.0
-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" }