From 8dbacf3981010a853c079197635276edc550164c Mon Sep 17 00:00:00 2001 From: Gustavo Santos Date: Sun, 19 May 2024 13:57:33 -0300 Subject: [PATCH] Bump package to 8.2.0 --- 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 fb851e0..0a0b2ab 100644 --- a/Assets/Reflex/package.json +++ b/Assets/Reflex/package.json @@ -1,7 +1,7 @@ { "name": "com.gustavopsantos.reflex", "displayName": "Reflex", - "version": "8.1.1", + "version": "8.2.0", "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 08166c1..4d59178 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ You can install Reflex using any of the following methods: ### Unity Package Manager ``` -https://github.com/gustavopsantos/reflex.git?path=/Assets/Reflex/#8.1.1 +https://github.com/gustavopsantos/reflex.git?path=/Assets/Reflex/#8.2.0 ``` 1. In Unity, open **Window** → **Package Manager**.