Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnbjhu committed Aug 14, 2023
1 parent c60308c commit c0b24e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "uk.gibby"
version = "1.0-SNAPSHOT"
version = "0.1.1"

repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ val users = result.first().data<List<User>>()
```

<b>Using Record Links</b>

In order to interact with id's in a type safe way, you can use `Thing` type.

```kotlin
Expand Down Expand Up @@ -157,6 +158,6 @@ assert(author.password == "1234")

## Links
- [SurrealDB](https://surrealdb.com/)
- [Api Documentation]()
- [Api Documentation](https://mnbjhu.github.io/surrealdb-kotlin-driver/api/)
- [Installing SurrealDB](https://surrealdb.com/docs/installation)
- [Kotlinx Serialization](https://github.com/Kotlin/kotlinx.serialization)

0 comments on commit c0b24e3

Please sign in to comment.