From b9eb124de60bd642764543a05f407fe955d23ff4 Mon Sep 17 00:00:00 2001 From: Dmytro Soldatov Date: Tue, 30 Jul 2024 15:54:02 +0300 Subject: [PATCH] 1.1.4 --- 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 90347058..a5d9cab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixi/ui", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pixi/ui", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "tweedle.js": "^2.1.0", diff --git a/package.json b/package.json index 2a24fccc..37cc647d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pixi/ui", - "version": "1.1.3", + "version": "1.1.4", "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",