Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from FelkonEx/FCR/2021-08-07
Browse files Browse the repository at this point in the history
2021-08-07 Changes
  • Loading branch information
FelkonEx authored Aug 29, 2021
2 parents d7812fe + 0ac15d1 commit 067b454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FavCat/FavCat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<ClearOutputDirectory>False</ClearOutputDirectory>
<AssemblyVersion>1.1.6.0</AssemblyVersion>
<AssemblyVersion>1.1.6.1</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.9" />
Expand Down
4 changes: 2 additions & 2 deletions FavCat/FavCatMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
using UnityEngine.Networking;
using VRC.Core;
using VRC.UI;
using ImageDownloaderClosure = ImageDownloader.__c__DisplayClass11_1;
using ImageDownloaderClosure = ImageDownloader.__c__DisplayClass11_0;
using Object = UnityEngine.Object;

[assembly:MelonInfo(typeof(FavCatMod), "FavCatRestored", "1.1.6", "Felkon (Original By Knah)", "https://github.com/FelkonEx/FavCat-Restored")]
[assembly:MelonInfo(typeof(FavCatMod), "FavCatRestored", "1.1.6.1", "Felkon (Original By Knah)", "https://github.com/FelkonEx/FavCat-Restored")]
[assembly:MelonGame("VRChat", "VRChat")]

namespace FavCat
Expand Down

0 comments on commit 067b454

Please sign in to comment.