Skip to content

Commit 8f4a5b9

Browse files
committed
Bump version
1 parent 4807474 commit 8f4a5b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CommunityBugFixCollection/CommunityBugFixCollection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageId>CommunityBugFixCollection</PackageId>
1212
<Title>Community Bug-Fix Collection</Title>
1313
<Authors>Banane9; Nytra; art0007i; LeCloutPanda</Authors>
14-
<Version>0.2.0-beta</Version>
14+
<Version>0.3.0-beta</Version>
1515
<Description>This MonkeyLoader mod for Resonite that fixes various small Resonite-issues that are still open.</Description>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>

CommunityBugFixCollection/GroupCloudHomeTemplate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private static void Prefix(ref OwnerType ownerType)
2222
{
2323
// The template URL for group homes currently does not resolve.
2424
// We change the owner type to User, so that we can create a group home with the standard cloud home template.
25-
if (Enabled && ownerType == OwnerType.Group)
25+
if (Enabled && ownerType is OwnerType.Group)
2626
ownerType = OwnerType.User;
2727
}
2828
}

0 commit comments

Comments
 (0)