From 24bbaa6d5fd4d658a93d77a284359bf753cc3727 Mon Sep 17 00:00:00 2001 From: Black Ram <67595890+BlackRam-oss@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:43:06 +0200 Subject: [PATCH] Bump version to 0.1.4 in package-lock.json and package.json --- 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 ee21a60a..89d36304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drincs/pixi-vn", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drincs/pixi-vn", - "version": "0.1.3", + "version": "0.1.4", "license": "GPL-3.0", "dependencies": { "crypto-js": "^4.2.0", diff --git a/package.json b/package.json index 051f94c7..0420ae5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drincs/pixi-vn", - "version": "0.1.3", + "version": "0.1.4", "description": "Pixi'VN is a npm package that provides various features for creating visual novels.", "main": "./dist/index.js", "module": "./dist/index.mjs",