Skip to content

Commit b097174

Browse files
author
Michael Kunze
committed
Release version 1.0.5
1 parent 760e4b5 commit b097174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have any questions please open an issue ticket!
99
Add this to your build.gradle.kts
1010
```kotlin
1111
dependencies {
12-
implementation("de.inoxio:spring-cloudwatch-metrics:1.0.4")
12+
implementation("de.inoxio:spring-cloudwatch-metrics:1.0.5")
1313
}
1414
```
1515

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "de.inoxio"
13-
version = "1.0.4"
13+
version = "1.0.5"
1414
description = "A java-spring library to push metrics to cloudwatch"
1515

1616
apply {

0 commit comments

Comments
 (0)