Skip to content

Commit

Permalink
Update mod ( thank you @MatheusVigaro )
Browse files Browse the repository at this point in the history
  • Loading branch information
Dual-Iron committed Mar 25, 2024
1 parent 849000c commit 668cf2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "fisobs",
"name": "Fisobs",
"version": "4.0.4",
"authors": "Dual, M4rbleL1ne, topicular",
"version": "4.0.5",
"authors": "Dual, M4rbleL1ne, topicular, Vigaro",
"description": "A library that simplifies adding new objects to Rain World.<LINE><LINE>Learn to use at github.com/Dual-Iron/fisobs",
"requirements": [],
"requirements_names": [],
Expand Down
Binary file added assets/newest/patchers/FisobsTempPatch.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/centipede-shields/assets/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "centipede-shields",
"name": "Centipede Shields",
"version": "1.1.1",
"version": "1.1.2",
"authors": "Dual",
"description": "When a centipede's shell falls off, it has a chance to become an item that you can wield as a shield.<LINE><LINE>Code at https://github.com/Dual-Iron/fisobs/tree/master/examples/centipede-shields",
"requirements": [ "fisobs" ],
Expand Down
2 changes: 1 addition & 1 deletion examples/mosquitoes/assets/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "mosquitoes",
"name": "Mosquitoes",
"version": "1.0.1",
"version": "1.0.2",
"authors": "Dual and Ratrat",
"description": "An example creature added using Fisobs.",
"requirements": ["fisobs"],
Expand Down
2 changes: 1 addition & 1 deletion src/Fisobs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>11</LangVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<Version>3.0.0</Version>
<Version>4.0.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 668cf2f

Please sign in to comment.