From 8994fb7b45e5978f1762f0c00ce1c3affa4d64a6 Mon Sep 17 00:00:00 2001 From: maze Date: Thu, 12 Mar 2026 21:06:18 +0100 Subject: [PATCH] Version 1.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 535e3e7..2830223 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hamradio/packet", "type": "module", - "version": "1.0.4", + "version": "1.0.5", "description": "Low level packet parsing library (for radio protocols)", "keywords": [ "HAM radio", @@ -13,7 +13,7 @@ ], "repository": { "type": "git", - "url": "https://git.maze.io/ham/packet.js" + "url": "https://git.maze.io/ham/packet.ts" }, "license": "MIT", "author": "Wijnand Modderman-Lenstra",