From a49222df296ae925ad5d8fcdb9f9bc89f0eb8f83 Mon Sep 17 00:00:00 2001 From: Zyie <24736175+Zyie@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:19:31 +0100 Subject: [PATCH] 1.0.1 --- 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 462bba5e..76aefadc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixi/ui", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pixi/ui", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "tweedle.js": "^2.1.0", diff --git a/package.json b/package.json index 63478e25..3440f72d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pixi/ui", - "version": "1.0.0", + "version": "1.0.1", "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",