Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Nov 4, 2018
1 parent 60100ed commit 15c58af
Show file tree
Hide file tree
Showing 225 changed files with 223 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .bee/docs/html.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "Entitas"
PROJECT_NUMBER = 1.9.1
PROJECT_NUMBER = 1.9.2
PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity"
PROJECT_LOGO = ".bee/docs/docs-logo.png"
OUTPUT_DIRECTORY = "Build/docs"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.9.2] - 2018-11-04
### Added
- Fix MultiReactive system retaining entities multiple times #818

## [1.9.1] - 2018-11-03
### Added
- Fix MultiReactive system retaining entities multiple times #818
Expand Down
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Contributing to Entitas
=======================

The project is hosted on [GitHub][github-entitas] where you can [report issues][issues], fork the project and [submit pull requests][pulls].
Entitas is developed with [TDD (Test Driven Development)](https://en.wikipedia.org/wiki/Test-driven_development) and [nspec](http://nspec.org). New features are introduced following the [git-flow](https://github.com/nvie/gitflow) conventions.
The project is hosted on [GitHub][repo] where you can [report issues][issues], fork the project and [submit pull requests][pulls].
Entitas is developed with [TDD (Test Driven Development)](https://en.wikipedia.org/wiki/Test-driven_development) and [nspec](http://nspec.org).
New features are introduced following the [git-flow](https://github.com/nvie/gitflow) conventions.

Setup Entitas on your machine
=============================

Fork the repository on [GitHub][github-entitas] and clone your forked repository to your machine
Fork the repository on [GitHub][repo] and clone your forked repository to your machine

```
$ git clone https://github.com/<username>/Entitas-CSharp.git
````

If you want to contribute please consider to set up [git-flow](https://github.com/nvie/gitflow). The default branch of this repository is `develop`
If you want to contribute please consider to set up [git-flow](https://github.com/nvie/gitflow).
The default branch of this repository is `master`

````
$ cd Entitas-CSharp
Expand Down Expand Up @@ -58,7 +60,7 @@ Thanks for your contributions and happy coding :)

Simon

[github-entitas]: https://github.com/sschmid/Entitas-CSharp "sschmid/Entitas-CSharp"
[repo]: https://github.com/sschmid/Entitas-CSharp "sschmid/Entitas-CSharp"
[issues]: https://github.com/sschmid/Entitas-CSharp/issues "Issues"
[pulls]: https://github.com/sschmid/Entitas-CSharp/pulls "Pull Requests"
[issues-new]: https://github.com/sschmid/Entitas-CSharp/issues/new "New issue"
Expand Down
2 changes: 1 addition & 1 deletion Entitas/Entitas/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1
1.9.2
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_abstract_entity_index_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_collection_extension_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_collector_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_collector_context_extension_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_collector_exception_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_context_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_context_extension_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_context_info_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_context_info_exception_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entitas_cache_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entitas_exception_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entitas_resources_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entitas_string_extension_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entity_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entity_equality_comparer_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entity_index_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entity_index_exception_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entity_is_not_destroyed_exception_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_entity_is_not_enabled_exception_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_group_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_group_event_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_group_extension_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_group_single_entity_exception_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_i_a_e_r_c_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_i_all_of_matcher_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_i_any_of_matcher_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_i_cleanup_system_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_i_collector_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_i_component_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/_i_compound_matcher_8cs_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<td id="projectlogo"><img alt="Logo" src="docs-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Entitas
&#160;<span id="projectnumber">1.9.1</span>
&#160;<span id="projectnumber">1.9.2</span>
</div>
<div id="projectbrief">Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity</div>
</td>
Expand Down
Loading

0 comments on commit 15c58af

Please sign in to comment.