From 4ff161db137f7fcd13b865d38ddfb59f6a85fe9d Mon Sep 17 00:00:00 2001 From: Marak Date: Thu, 1 Feb 2024 06:43:52 -0500 Subject: [PATCH] Bump `v1.1.1` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc9fcf9..c74abb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "labyrinthos", - "version": "1.1.0", + "version": "1.1.1", "description": "A JavaScript library for procedural generation of maps, mazes, and biomes, supporting various algorithms and terrain types.", "main": "./lib/labyrinthos.js", "type": "module",