Skip to content

Commit 53e7ee5

Browse files
1.0.2
1 parent 7f70e9d commit 53e7ee5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Graylog Query Builder is available at the Central Maven Repository.
1313
<dependency>
1414
<groupId>com.joonsang.graylog</groupId>
1515
<artifactId>graylog-query-builder</artifactId>
16-
<version>1.0.1</version>
16+
<version>1.0.2</version>
1717
</dependency>
1818
```
1919

2020
**Gradle**
2121
```
22-
implementation group: 'com.joonsang.graylog', name: 'graylog-query-builder', version: '1.0.1'
22+
implementation group: 'com.joonsang.graylog', name: 'graylog-query-builder', version: '1.0.2'
2323
```
2424

2525
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com.joonsang.graylog'
8-
version = '1.0.1'
8+
version = '1.0.2'
99

1010
sourceCompatibility = 11
1111

0 commit comments

Comments
 (0)