Skip to content

Commit

Permalink
Merge pull request #246 from DP-3T/feature/version-bump
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
stmitt authored Mar 25, 2021
2 parents a9b876e + 4b8ec75 commit 025330d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for DP3T-SDK iOS

## Next version
## Version 2.2.0 (25.03.2021)
- Add support for international key exchange with parameter 'federationGateway'

## Version 2.1.0 (21.12.2020)
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 = ENV['LIB_VERSION'] || '2.1.0'
spec.version = ENV['LIB_VERSION'] || '2.2.0'
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 @@ -81,7 +81,7 @@ DP3T-SDK is available through [Cocoapods](https://cocoapods.org/)

```ruby

pod 'DP3TSDK', => '2.1.0'
pod 'DP3TSDK', => '2.2.0'

```

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

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

0 comments on commit 025330d

Please sign in to comment.