Skip to content

Commit

Permalink
bump project version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeislyric committed Dec 14, 2018
1 parent a7b9ce7 commit 05285cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ you will get the following measurements for every ```public``` method of the ```
## Runtime Dependencies

- Java >= 1.8
- Spring Boot >= 2.0.5-RELEASE
- Spring Boot >= 2.1.1-RELEASE

The library was compiled against:

- Spring Boot Acutator 2.0.5-RELEASE
- Spring Boot Acutator 2.1.1-RELEASE

## Installation
```
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>micrometer-metrics-wrapper</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.dm.infrastructure</groupId>
<artifactId>micrometer-metrics-wrapper</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>micrometer-metrics-wrapper</name>
Expand Down

0 comments on commit 05285cd

Please sign in to comment.