diff --git a/Assets/Reflex/package.json b/Assets/Reflex/package.json index dca2e4a2..cbff4e06 100644 --- a/Assets/Reflex/package.json +++ b/Assets/Reflex/package.json @@ -1,7 +1,7 @@ { "name": "com.gustavopsantos.reflex", "displayName": "Reflex", - "version": "4.1.2", + "version": "4.1.3", "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 9a6b4eff..75e7c649 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can install Reflex using any of the following methods: ### Unity Package Manager ``` -https://github.com/gustavopsantos/reflex.git?path=/Assets/Reflex/#4.1.2 +https://github.com/gustavopsantos/reflex.git?path=/Assets/Reflex/#4.1.3 ``` 1. In Unity, open **Window** → **Package Manager**.