From fc5d541185e8e4888b3fc766f6fb79326f18f2c6 Mon Sep 17 00:00:00 2001 From: Gustavo Santos Date: Thu, 15 Aug 2024 10:03:07 -0300 Subject: [PATCH] Bump package to 8.5.2 --- Assets/Reflex/package.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Reflex/package.json b/Assets/Reflex/package.json index 0e9edad..3b75d2f 100644 --- a/Assets/Reflex/package.json +++ b/Assets/Reflex/package.json @@ -1,7 +1,7 @@ { "name": "com.gustavopsantos.reflex", "displayName": "Reflex", - "version": "8.5.1", + "version": "8.5.2", "unity": "2021.1", "description": "Minimal dependency injection framework for Unity", "keywords": ["Dependency Injection", "IoC", "DI", "DI Container"], diff --git a/README.md b/README.md index 0e14c8b..aacd82c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You can install Reflex using any of the following methods: ### Unity Package Manager ``` -https://github.com/gustavopsantos/reflex.git?path=/Assets/Reflex/#8.5.1 +https://github.com/gustavopsantos/reflex.git?path=/Assets/Reflex/#8.5.2 ``` 1. In Unity, open **Window** → **Package Manager**.