From 608464779599394cc6e6068ea7d78698d9298eee Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 15 Aug 2021 19:45:08 +0100 Subject: [PATCH] Upgrade to libvips v8.11.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa7076f3..d1a70c3c 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ }, "license": "Apache-2.0", "config": { - "libvips": "8.11.3-alpha1", + "libvips": "8.11.3", "runtime": "napi", "target": 5 },