From 4956c5612e51de0d8cd9246619b740895f4902b1 Mon Sep 17 00:00:00 2001 From: DPende Date: Sat, 27 Apr 2024 14:36:47 +0200 Subject: [PATCH] chore: bump version to 1.0.1 --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b0c40a4..101c8e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "editpix", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple JavaScript library for image editing.", "main": "src/editpix.js", "type": "module", @@ -13,26 +13,26 @@ }, "keywords": [ "image", - "images", "editing", "image editing", - "color palette", - "wasm", - "javascript", - "image filters", - "filters", - "resize", - "image resize" + "color adjustment", + "image adjustment", + "image resizing", + "colorspace transformation", + "library", + "canvas", + "photo", + "picture" ], "author": "Studio YOLO", "license": "MIT", "bugs": { "url": "https://github.com/studio-YOLO/editpix/issues" }, - "homepage": "https://github.com/studio-YOLO/editpix#readme", + "homepage": "https://studio-yolo.github.io/editpix-doc/", "devDependencies": { "eslint": "^8.56.0", "eslint-plugin-jest": "^27.9.0", "jest": "^29.7.0" } -} +} \ No newline at end of file