Skip to content

Commit b943edc

Browse files
committed
prepare for 1.8.2
1 parent 79911c8 commit b943edc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Please note that you will also need to include at least one of the supported JSO
3939
<dependency>
4040
<groupId>dev.harrel</groupId>
4141
<artifactId>json-schema</artifactId>
42-
<version>1.8.1</version>
42+
<version>1.8.2</version>
4343
</dependency>
4444
```
4545

4646
### Gradle
4747
```groovy
48-
implementation 'dev.harrel:json-schema:1.8.1'
48+
implementation 'dev.harrel:json-schema:1.8.2'
4949
```
5050

5151
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply from: 'setup/reporting.gradle'
1313
apply from: 'setup/testing.gradle'
1414

1515
group 'dev.harrel'
16-
version '1.8.1'
16+
version '1.8.2'
1717

1818
compileJava {
1919
sourceCompatibility = JavaVersion.VERSION_1_8

docs/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
4-
<var name="latest_version" value="1.8.1"/>
4+
<var name="latest_version" value="1.8.2"/>
55
<var name="jmail_version" value="2.0.2"/>
66
</vars>

0 commit comments

Comments
 (0)