From c342cd2b5c6515fe310e3b1ed120cb3cbe5c6f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Ru=C5=BEi=C4=8Di=C4=87?= Date: Wed, 24 Jul 2024 21:36:58 +0200 Subject: [PATCH] Bump version to v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 494dcf3..b11d505 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@haragei/dag", - "version": "1.0.0", + "version": "1.1.0", "author": "Aleksandar Ružičić", "license": "MIT", "description": "A Directed Acyclic Graph (DAG) library with online cycle detection and topological ordering.",