We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b7ce9 commit 45ae4d4Copy full SHA for 45ae4d4
1 file changed
README.md
@@ -13,13 +13,13 @@ Graylog Query Builder is available at the Central Maven Repository.
13
<dependency>
14
<groupId>com.joonsang.graylog</groupId>
15
<artifactId>graylog-query-builder</artifactId>
16
- <version>1.0.0</version>
+ <version>1.0.1</version>
17
</dependency>
18
```
19
20
**Gradle**
21
22
-implementation group: 'com.joonsang.graylog', name: 'graylog-query-builder', version: '1.0.0'
+implementation group: 'com.joonsang.graylog', name: 'graylog-query-builder', version: '1.0.1'
23
24
25
## Usage
0 commit comments