From 842161ef3cf6b3952b11bd418a2fa72cdb39a8a2 Mon Sep 17 00:00:00 2001 From: JoshuaBrest <36625023+JoshuaBrest@users.noreply.github.com> Date: Mon, 22 May 2023 01:37:56 +0800 Subject: [PATCH] I always forget to bump the version (1.0.3) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e40a928..ea03bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rfil", - "version": "1.0.2", + "version": "1.0.3", "description": "RFIL file format for flipper", "main": "dist/index.min.cjs", "types": "dist/index.min.d.cts",