Skip to content

Commit 73caf0b

Browse files
authored
Update README.md
1 parent 9ff6ee6 commit 73caf0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This is a Spring Data JDBC integration for SQLite. The basic usage follows [Spri
66

77
For Gradle
88
```
9-
implementation "org.komamitsu:spring-data-sqlite:1.0.0"
9+
implementation "org.komamitsu:spring-data-sqlite:1.2.0"
1010
```
1111

1212
For Maven
1313
```
1414
<dependency>
1515
<groupId>org.komamitsu</groupId>
1616
<artifactId>spring-data-sqlite</artifactId>
17-
<version>1.0.0</version>
17+
<version>1.2.0</version>
1818
</dependency>
1919
2020
```

0 commit comments

Comments
 (0)