diff --git a/README.md b/README.md index f254096..626d39b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Convert HEIC/HEIF images to JPEG, PNG in browser using Javascript. Inspired by [heic2any](https://github.com/alexcorvi/heic2any) and [libheif-web](https://github.com/joutvhu/libheif-web). The purpose of heic-to is to continuously follow up on releases of [libheif](https://github.com/strukturag/libheif) to be able to preview HEIC/HEIF images in browser. -Currently, heic-to is using [libheif 1.19.0](https://github.com/strukturag/libheif/releases/tag/v1.19.0) under the hood. +Currently, heic-to is using [libheif 1.19.1](https://github.com/strukturag/libheif/releases/tag/v1.19.1) under the hood. | Release | libheif | | -------- | -------- | +| 1.1.1 | 1.19.1 | | 1.1.0 | 1.19.0 | | 1.0.3 | 1.18.2 | | 1.0.2 | 1.18.2 | diff --git a/package.json b/package.json index 204bf8b..f792eb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heic-to", - "version": "1.1.0", + "version": "1.1.1", "description": "Converting HEIF/HEIF image formats to PNG/JPEG in the browser", "main": "dist/heic-to.js", "scripts": {