diff --git a/CHANGELOG.md b/CHANGELOG.md index 706b273..e0fcf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/UrijHoruzij/super-resolution/compare/v1.5.0...v1.5.1) (2023-01-18) + + +### Bug Fixes + +* edit setting bytesPerSecond ([a0d60b3](https://github.com/UrijHoruzij/super-resolution/commit/a0d60b31eadc9d7698c34e713250650e3919dd69)) + # [1.5.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.4.2...v1.5.0) (2023-01-18) diff --git a/package.json b/package.json index ecf6242..b1e70d2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "super-resolution", "description": "Free and open source AI image upscaler. It uses the latest AI technology to upscale images to higher resolutions.", - "version": "1.5.0", + "version": "1.5.1", "author": "Urij Horuzij", "homepage": "https://github.com/UrijHoruzij/super-resolution", "license": "MIT",