From 637d117f72ea7d99d9e251b9b80fe55d8e39e702 Mon Sep 17 00:00:00 2001 From: Narazaka Date: Wed, 3 Apr 2024 17:45:35 +0900 Subject: [PATCH] 2.0.1 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8706f13..7416ed8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ var playerHash = FNV1a32String.ComputeHash(Networking.LocalPlayer.displayName); ## 更新履歴 +- 2.0.1 + - UdonEncodingないときにエラーにならないように - 2.0.0 - U#での非互換を解消 - 1.0.0 diff --git a/package.json b/package.json index 9b2c894..f3f9743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "net.narazaka.simple-hash", - "version": "2.0.0", + "version": "2.0.1", "displayName": "Simple Hash", "description": "Udon compatible 32bit hash lib (FNV1a32)", "author": {