From e3d359058a092b5542fdf00da4de32aa3fb94cab Mon Sep 17 00:00:00 2001 From: DmytroSoldatov Date: Wed, 15 Feb 2023 12:31:06 +0200 Subject: [PATCH] 0.5.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e72c9616..069d5702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixi/ui", - "version": "0.5.6", + "version": "0.5.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pixi/ui", - "version": "0.5.6", + "version": "0.5.7", "license": "MIT", "dependencies": { "tweedle.js": "^2.0.1", diff --git a/package.json b/package.json index 5df19780..bbdc986d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pixi/ui", - "version": "0.5.6", + "version": "0.5.7", "description": "It is a library that contains commonly used UI components, that are extensible to allow them to be used in any project", "homepage": "https://github.com/pixijs/ui", "bugs": "https://github.com/pixijs/ui/issues",