From 26969d6f5efd53ae7ecd9687505c98a8eb34837a Mon Sep 17 00:00:00 2001 From: Dmytro Soldatov Date: Wed, 19 Jun 2024 13:02:05 +0300 Subject: [PATCH] 1.1.3 --- 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 68bad516..a2d79e8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixi/ui", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pixi/ui", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "tweedle.js": "^2.1.0", diff --git a/package.json b/package.json index 2092b45b..bab22983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pixi/ui", - "version": "1.1.2", + "version": "1.1.3", "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",