You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#Syrinj
2
2
######**Lightweight dependency injection** & convenient attributes for Unity
3
3
4
-
###[Release 1.1.0 available here!](https://github.com/mfav/syrinj/releases/tag/1.0.0) (7/14/16)
4
+
###[Release 1.1.0 available here!](https://github.com/mfav/syrinj/releases/tag/1.1.0) (7/14/16)
5
5
6
6
---
7
7
@@ -306,4 +306,4 @@ A: Follow these steps in order:
306
306
307
307
5. Verify the script execution order in Unity. Go to `Edit -> Project Settings -> Script Execution Order` and modify the `Syrinj.InjectorComponent` and `Syrinj.SceneInjcetor` scripts to execute **before** all other scripts. Put in a large negative number such that these two scripts before any others in the list.
308
308
309
-
6. There might be some other problem. Create an issue on GitHub/[message me](https://twitter.com/perceptron)/fix it yourself with a pull request!
309
+
6. There might be some other problem. Create an issue on GitHub/[message me](https://twitter.com/perceptron)/fix it yourself with a pull request!
0 commit comments