Skip to content

Commit 66e62a5

Browse files
committed
0.1.0 ready
1 parent d5c323c commit 66e62a5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,10 @@ ds.select("SELECT * FROM USER)
125125
.toObservable { it.getInt("ID") to it.getString("USERNAME") }
126126
.subscribe(::println)
127127

128-
```
128+
```
129+
130+
131+
## Future Developments
132+
133+
* [ ] Batch write support
134+
* [ ] Observable/Flowable parameter inputs

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ signing {
4646

4747
group = "org.nield"
4848
archivesBaseName = "rxkotlin-jdbc"
49-
version = "0.0.1"
49+
version = "0.1.0"
5050

5151
uploadArchives {
5252
repositories {

0 commit comments

Comments
 (0)