diff --git a/Getting-Started.md b/Getting-Started.md
index d6f8b40..1795650 100644
--- a/Getting-Started.md
+++ b/Getting-Started.md
@@ -17,17 +17,17 @@
org.jetbrains.exposed
exposed-core
- 0.39.1
+ 0.39.2
org.jetbrains.exposed
exposed-dao
- 0.39.1
+ 0.39.2
org.jetbrains.exposed
exposed-jdbc
- 0.39.1
+ 0.39.2
diff --git a/LibDocumentation.md b/LibDocumentation.md
index 1dc0c28..258fdc8 100644
--- a/LibDocumentation.md
+++ b/LibDocumentation.md
@@ -76,27 +76,27 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous
org.jetbrains.exposed
exposed-core
- 0.39.1
+ 0.39.2
org.jetbrains.exposed
exposed-dao
- 0.39.1
+ 0.39.2
org.jetbrains.exposed
exposed-jdbc
- 0.39.1
+ 0.39.2
org.jetbrains.exposed
exposed-jodatime
- 0.39.1
+ 0.39.2
org.jetbrains.exposed
exposed-java-time
- 0.39.1
+ 0.39.2
@@ -105,12 +105,12 @@ Dependencies mapping listed bellow is similar (by functionality) to the previous
#### Gradle Groovy
```groovy
dependencies {
- implementation 'org.jetbrains.exposed:exposed-core:0.39.1'
- implementation 'org.jetbrains.exposed:exposed-dao:0.39.1'
- implementation 'org.jetbrains.exposed:exposed-jdbc:0.39.1'
- implementation 'org.jetbrains.exposed:exposed-jodatime:0.39.1'
+ implementation 'org.jetbrains.exposed:exposed-core:0.39.2'
+ implementation 'org.jetbrains.exposed:exposed-dao:0.39.2'
+ implementation 'org.jetbrains.exposed:exposed-jdbc:0.39.2'
+ implementation 'org.jetbrains.exposed:exposed-jodatime:0.39.2'
// or
- implementation 'org.jetbrains.exposed:exposed-java-time:0.39.1'
+ implementation 'org.jetbrains.exposed:exposed-java-time:0.39.2'
}
```
#### Gradle Kotlin DSL
@@ -128,7 +128,7 @@ dependencies {
```
and in `gradle.properties`
```
-exposedVersion=0.39.1
+exposedVersion=0.39.2
```
### JDBC driver and logging