From 380daec5c5443ff09df487daf6408469598a8e13 Mon Sep 17 00:00:00 2001 From: Christian Menschel Date: Mon, 20 Jul 2020 19:40:01 +0200 Subject: [PATCH] Bump version --- InstanaAgent.podspec | 2 +- Sources/InstanaAgent/Configuration/VersionConfig.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InstanaAgent.podspec b/InstanaAgent.podspec index b287254..e56fecc 100644 --- a/InstanaAgent.podspec +++ b/InstanaAgent.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "InstanaAgent" - s.version = "1.1.0" + s.version = "1.1.1" s.summary = "Instana iOS agent." # This description is used to generate tags and improve search results. diff --git a/Sources/InstanaAgent/Configuration/VersionConfig.swift b/Sources/InstanaAgent/Configuration/VersionConfig.swift index bf18907..06c2979 100644 --- a/Sources/InstanaAgent/Configuration/VersionConfig.swift +++ b/Sources/InstanaAgent/Configuration/VersionConfig.swift @@ -1,3 +1,3 @@ struct VersionConfig { - static let agentVersion = "1.1.0" + static let agentVersion = "1.1.1" }