From 468a31e5c2cdf7f5cc638f78bd8c449071652a07 Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Fri, 9 Aug 2024 15:22:19 -0700 Subject: [PATCH] Update package.json --- Assets/_PackageRoot/package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Assets/_PackageRoot/package.json b/Assets/_PackageRoot/package.json index 502d7ea..ea52c95 100644 --- a/Assets/_PackageRoot/package.json +++ b/Assets/_PackageRoot/package.json @@ -5,8 +5,17 @@ "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" }, - "version": "2.0.1", + "version": "2.0.2", "unity": "2018.3", "description": "Lightweight package with optimized advanced version of PlayerPrefs. Under the hood it uses the same PlayerPrefs system, but creates flexible wrapper for default system.", + "keywords": [ + "playerprefs", + "reactive variables", + "reactive playerprefs", + "unity", + "data", + "data saving", + "reactive data" + ], "dependencies": {} }