Skip to content

Commit 54abd1f

Browse files
committed
Release 1.3.6
1 parent dd816b1 commit 54abd1f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.3.6 (2024-05-06)
22

33
### Changes
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add dependency to your `pom.xml`:
2121
<dependency>
2222
<groupId>org.dalesbred</groupId>
2323
<artifactId>dalesbred</artifactId>
24-
<version>1.3.4</version>
24+
<version>1.3.6</version>
2525
</dependency>
2626
```
2727

@@ -57,9 +57,9 @@ Improve your experience with Kotlin and bundled extension methods:
5757

5858
```kotlin
5959
val departments = db.findAll<Department>("""
60-
select id, name
60+
select id, name
6161
from department
62-
where name like ?""",
62+
where name like ?""",
6363
"%foo")
6464
```
6565

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("dalesbred.common-conventions")
44
}
55

6-
version = "1.3.5"
6+
version = "1.3.6"
77

88
tasks.asciidoctor {
99
baseDirFollowsSourceDir()

0 commit comments

Comments
 (0)