We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7757f7d commit 7c7c4a0Copy full SHA for 7c7c4a0
README.md
@@ -47,7 +47,7 @@ sqlite3_close(db)
47
Add the [following](https://central.sonatype.com/artifact/ai.sqlite/agent) to your Gradle dependencies:
48
49
```gradle
50
-implementation 'ai.sqlite:agent:0.1.1'
+implementation 'ai.sqlite:agent:0.1.3'
51
```
52
53
Here's an example of how to use the package:
src/sqlite-agent.h
@@ -27,7 +27,7 @@
27
extern "C" {
28
#endif
29
30
-#define SQLITE_AGENT_VERSION "0.1.0"
+#define SQLITE_AGENT_VERSION "0.1.1"
31
32
/**
33
* SQLite extension entry point
0 commit comments