Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2021-05-06 14:50:59 -07:00
parent 38be81cf20
commit 86c1c95ef4

View File

@@ -184,12 +184,10 @@ Some Postgres providers only support specific extensions. To request a new exten
## Upgrading ## Upgrading
### 0.1.1
Compile and install the latest version and run: Compile and install the latest version and run:
```sql ```sql
ALTER EXTENSION vector UPDATE TO '0.1.1'; ALTER EXTENSION vector UPDATE TO '0.1.3';
``` ```
## Thanks ## Thanks