From a88da00dec1a57dcf8800378d044102bbaf19547 Mon Sep 17 00:00:00 2001 From: luaneko Date: Sat, 11 Jan 2025 00:28:51 +1100 Subject: [PATCH] Update version tag in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbad0c4..4cd33f5 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ The glue for TypeScript to PostgreSQL. ## Installation ```ts -import pglue from "https://git.lua.re/luaneko/pglue/raw/tag/0.1.0/mod.ts"; +import pglue from "https://git.lua.re/luaneko/pglue/raw/tag/0.1.1/mod.ts"; // ...or from github: -import pglue from "https://raw.githubusercontent.com/luaneko/pglue/refs/tags/0.1.0/mod.ts"; +import pglue from "https://raw.githubusercontent.com/luaneko/pglue/refs/tags/0.1.1/mod.ts"; ``` ## Documentation