From 86c1c95ef4f357afd921e0995b3f41c9936c5366 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 6 May 2021 14:50:59 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 94884ab..e5d956a 100644 --- a/README.md +++ b/README.md @@ -184,12 +184,10 @@ Some Postgres providers only support specific extensions. To request a new exten ## Upgrading -### 0.1.1 - Compile and install the latest version and run: ```sql -ALTER EXTENSION vector UPDATE TO '0.1.1'; +ALTER EXTENSION vector UPDATE TO '0.1.3'; ``` ## Thanks