From bb8855b32136665fa9a9d29cd7e5b7cf4e3c57c8 Mon Sep 17 00:00:00 2001 From: Andreas Zoellner Date: Thu, 7 Oct 2021 21:14:27 +0200 Subject: [PATCH] keep package versions in sync --- examples/src/package.json | 2 +- layer/src/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/src/package.json b/examples/src/package.json index 6f2c172..d719f15 100644 --- a/examples/src/package.json +++ b/examples/src/package.json @@ -1,6 +1,6 @@ { "name": "sharp-heic-sample", - "version": "1.0.0", + "version": "2.0.2", "description": "", "main": "index.js", "scripts": { diff --git a/layer/src/package.json b/layer/src/package.json index 8f0c623..d8af6dd 100644 --- a/layer/src/package.json +++ b/layer/src/package.json @@ -1,6 +1,6 @@ { "name": "sharp-heic", - "version": "1.2.0", + "version": "2.0.2", "description": "", "main": "index.js", "scripts": {},