Skip to content

Commit 7c7c4a0

Browse files
committed
Bump version to 0.1.1
1 parent 7757f7d commit 7c7c4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sqlite3_close(db)
4747
Add the [following](https://central.sonatype.com/artifact/ai.sqlite/agent) to your Gradle dependencies:
4848

4949
```gradle
50-
implementation 'ai.sqlite:agent:0.1.1'
50+
implementation 'ai.sqlite:agent:0.1.3'
5151
```
5252

5353
Here's an example of how to use the package:

src/sqlite-agent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
extern "C" {
2828
#endif
2929

30-
#define SQLITE_AGENT_VERSION "0.1.0"
30+
#define SQLITE_AGENT_VERSION "0.1.1"
3131

3232
/**
3333
* SQLite extension entry point

0 commit comments

Comments
 (0)