Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit c6fb1cb

Browse files
committed
Change version to 0.1.1
1 parent fdff85b commit c6fb1cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
##How to get it
55
This library is available as a gradle dependency via Jcenter:
66

7-
"com.equalexperts:opslogger:0.1.0"
7+
"com.equalexperts:opslogger:0.1.1"
88

99
A support library is also available, which has extra features for testing your code that uses logging, and a tool
1010
to generate documentation. Production code should not depend on the support library.
1111

12-
"com.equalexperts:opslogger-support:0.1.0"
12+
"com.equalexperts:opslogger-support:0.1.1"
1313

1414

1515
###Using Maven?
@@ -19,13 +19,13 @@ If you use maven, here are the dependency declarations you should use:
1919
<dependency>
2020
<groupId>com.equalexperts</groupId>
2121
<artifactId>opslogger</artifactId>
22-
<version>0.1.0</version>
22+
<version>0.1.1</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>com.equalexperts</groupId>
2727
<artifactId>opslogger-support</artifactId>
28-
<version>0.1.0</version>
28+
<version>0.1.1</version>
2929
</dependency>
3030
```
3131

0 commit comments

Comments
 (0)