Skip to content

Commit

Permalink
Hotfix for placing Growables from Find It
Browse files Browse the repository at this point in the history
Assembly version number bumped.
  • Loading branch information
Quboid committed May 10, 2022
1 parent 4b5fba1 commit 9f9e481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MoveIt/Actions/CloneAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public CloneActionFindIt(PrefabInfo prefab)
{
isSubInstance = false,
isHidden = false,
flags = Building.Flags.Completed
};
state.Info.Prefab = prefab;
InstanceID id = new InstanceID
Expand Down
2 changes: 1 addition & 1 deletion MoveIt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.5.*")]
[assembly: AssemblyVersion("2.9.6.*")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 9f9e481

Please sign in to comment.