Skip to content

Commit

Permalink
Update to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDeml committed Mar 6, 2020
1 parent c6b39e3 commit 376bb20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Signals ❇

![Signals Editor Window Screenshot](https://repository-images.githubusercontent.com/196998874/22ae4200-5ef7-11ea-960e-89527dd2f0b8)
![Signals Editor Window Screenshot](https://repository-images.githubusercontent.com/196998874/89ce0400-5f94-11ea-91f0-817e8691def5)

### A typesafe, lightweight, tested messaging package for Unity.
---
Expand All @@ -19,7 +19,7 @@ Find `Packages/manifest.json` in your project and add the following:
```json
{
"dependencies": {
"com.supyrb.signals": "https://github.com/supyrb/signals.git#0.4.0",
"com.supyrb.signals": "https://github.com/supyrb/signals.git#0.4.1",
"...": "..."
}
}
Expand Down Expand Up @@ -126,6 +126,7 @@ Contributions to the repository are always welcome. There are several ways to co
* Use [XML comments](https://docs.microsoft.com/en-us/dotnet/csharp/codedoc) for public methods and classes
* Follow the [Supyrb Guidelines](https://github.com/supyrb/SupyrbConventions) in your code.
* Use present tense git commits as described [here](https://github.com/supyrb/SupyrbConventions/tree/develop/git#commit-messages)
* Use reflection for the editor window to access data from the signals, do not change field visibility just for editor tools.

## Credits

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Decoupled"
],
"category": "Utility",
"version": "0.4.0",
"version": "0.4.1",
"unity": "2018.1",
"dependencies": {

Expand Down

0 comments on commit 376bb20

Please sign in to comment.