Skip to content

Commit

Permalink
Updated version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k-antipochkin committed Dec 9, 2024
1 parent 0eccc52 commit 3ed9a17
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 6.1.0

- Fix removed tasks to support pre 5.5 swift versions
- Fix Xcode 16 OpitmoveSDK warnings

## 6.0.2

- Fix same immediate events sent multiple times
Expand Down
2 changes: 1 addition & 1 deletion OptimoveCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OptimoveCore'
s.version = '6.0.2'
s.version = '6.1.0'
s.summary = 'Official Optimove SDK for iOS. Core framework.'
s.description = 'The core framework is used to share code-base between other Optimove frameworks.'
s.homepage = 'https://github.com/optimove-tech/Optimove-SDK-iOS'
Expand Down
2 changes: 1 addition & 1 deletion OptimoveCore/Sources/Classes/Constants/SDKVersion.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Copyright © 2019 Optimove. All rights reserved.

public let SDKVersion = "6.0.2"
public let SDKVersion = "6.1.0"
2 changes: 1 addition & 1 deletion OptimoveNotificationServiceExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OptimoveNotificationServiceExtension'
s.version = '6.0.2'
s.version = '6.1.0'
s.summary = 'Official Optimove SDK for iOS. Notification service extension framework.'
s.description = 'The notification service extension is used for handling additional content in push notifications.'
s.homepage = 'https://github.com/optimove-tech/Optimove-SDK-iOS'
Expand Down
2 changes: 1 addition & 1 deletion OptimoveSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OptimoveSDK'
s.version = '6.0.2'
s.version = '6.1.0'
s.summary = 'Official Optimove SDK for iOS.'
s.description = 'The Optimove SDK framework is used for reporting events and receive push notifications.'
s.homepage = 'https://github.com/optimove-tech/Optimove-SDK-iOS'
Expand Down

0 comments on commit 3ed9a17

Please sign in to comment.