Skip to content

Commit 905981c

Browse files
committed
Bump version 1.1.10
1 parent 5e42ef2 commit 905981c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## 1.1.9 Beta
3+
## 1.1.10 Beta
44
- ReportEvent: Use current visible view name if passed viewName is empty or nil
55
- Example project clean up
66

7+
## 1.1.9 Beta
8+
- Skipped (CocoaPods conflicts)
9+
710
## 1.1.8 Beta
811
- Dispatch method on serial queue
912

InstanaAgent.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "InstanaAgent"
19-
s.version = "1.1.9"
19+
s.version = "1.1.10"
2020
s.summary = "Instana iOS agent."
2121

2222
# This description is used to generate tags and improve search results.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
struct VersionConfig {
2-
static let agentVersion = "1.1.9"
2+
static let agentVersion = "1.1.10"
33
}

Tests/InstanaAgentTests/Configuration/InstanaSystemUtilsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ class InstanaSystemUtilsTests: InstanaTestCase {
55

66
func test_AgentVersion() {
77
// Then
8-
AssertTrue(InstanaSystemUtils.agentVersion == "1.1.9")
8+
AssertTrue(InstanaSystemUtils.agentVersion == "1.1.10")
99
}
1010
}

0 commit comments

Comments
 (0)