Skip to content

Commit

Permalink
Merge pull request #179 from DP-3T/feature/updates-version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
stmitt authored Jul 3, 2020
2 parents 45a8d0a + c37bfac commit c6ab7f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for DP3T-SDK iOS

## Version 1.0.2 (03.07.2020)
- defers sync until ENManager is fully initialized
- fixes in background task handling
- fix in storing of lastSync Date

## Version 1.0.1 (22.06.2020)
- Make timeshift detection independent from locale / region settings
- Update last sync timestamps of individual days that were successful even if some others failed
Expand Down
2 changes: 1 addition & 1 deletion DP3TSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|

spec.name = "DP3TSDK"
spec.version = "1.0.1"
spec.version = "1.0.2"
spec.summary = "Open protocol for COVID-19 proximity tracing using Bluetooth Low Energy on mobile devices"

spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ DP3T-SDK is available through [Cocoapods](https://cocoapods.org/)

```ruby

pod 'DP3TSDK', => '1.0.1'
pod 'DP3TSDK', => '1.0.2'

```

Expand Down
2 changes: 1 addition & 1 deletion Sources/DP3TSDK/DP3TTracing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private var instance: DP3TSDK!
/// DP3TTracing
public enum DP3TTracing {
/// The current version of the SDK
public static let frameworkVersion: String = "1.0.1"
public static let frameworkVersion: String = "1.0.2"

/// sets global parameter values which are used throughout the sdk
public static var parameters: DP3TParameters {
Expand Down

0 comments on commit c6ab7f5

Please sign in to comment.