Bump version to 1.0.3 in package.json

This commit is contained in:
2025-11-22 22:00:02 -05:00
parent c75451b5e2
commit 4ee358c0df

View File

@@ -1,6 +1,6 @@
{
"name": "@techniker-me/hash-map",
"version": "1.0.2",
"version": "1.0.3",
"description": "A robust HashMap implementation following OOP SOLID principles",
"module": "src/index.ts",
"type": "module",