From 9e813a1eaba3bcf0709e6acf7fb66dcd0e20841c Mon Sep 17 00:00:00 2001 From: Andika Tanuwijaya Date: Tue, 3 Sep 2024 10:22:58 +0700 Subject: [PATCH] release 0.4.4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 798737c..67f886c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ LibSQL Dart client library to interact with LibSQL/Turso database instance. ### Add it to your `pubspec.yaml`. ``` -libsql_dart: 0.4.3 +libsql_dart: 0.4.4 ``` ### Create the client @@ -120,4 +120,4 @@ print(result); ## Demo -![Demo](assets/demo.gif) +![Demo](https://raw.githubusercontent.com/dikatok/libsql_dart/main/assets/demo.gif)