Skip to content

Commit 66b3106

Browse files
author
Michael Kunze
committed
Release version 1.0.3
1 parent 46b9c51 commit 66b3106

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:0.1.0")
12+
implementation("de.inoxio:spring-cloudwatch-metrics:1.0.3")
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.2"
13+
version = "1.0.3"
1414
description = "A java-spring library to push metrics to cloudwatch"
1515

1616
apply {

0 commit comments

Comments
 (0)