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

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
knah committed Jan 8, 2021
1 parent d10e644 commit cc516e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AdvancedSafety/AdvancedSafety.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<VrcReferences>true</VrcReferences>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>1.2.3.0</Version>
<Version>1.2.4.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AdvancedSafety/AdvancedSafetyMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using ModerationManager = ObjectPublicObLi1ApSiLi1ApBoSiUnique;

[assembly:MelonGame("VRChat", "VRChat")]
[assembly:MelonInfo(typeof(AdvancedSafetyMod), "Advanced Safety", "1.2.3", "knah", "https://github.com/knah/VRCMods")]
[assembly:MelonInfo(typeof(AdvancedSafetyMod), "Advanced Safety", "1.2.4", "knah", "https://github.com/knah/VRCMods")]
[assembly:MelonOptionalDependencies("UIExpansionKit")]

namespace AdvancedSafety
Expand Down
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.0.3.0</AssemblyVersion>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.9" />
Expand Down
2 changes: 1 addition & 1 deletion FavCat/FavCatMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using Object = UnityEngine.Object;
using ImageDownloaderClosure = ImageDownloader.ObjectCompilerGeneratedNPrivateSealedImStcaBoisimStInAcimUnique;

[assembly:MelonInfo(typeof(FavCatMod), "FavCat", "1.0.3", "knah")]
[assembly:MelonInfo(typeof(FavCatMod), "FavCat", "1.0.4", "knah")]
[assembly:MelonGame("VRChat", "VRChat")]

namespace FavCat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using Object = UnityEngine.Object;

[assembly: MelonGame("VRChat", "VRChat")]
[assembly: MelonInfo(typeof(ParticleAndBoneLimiterSettingsMod), "Particle and DynBone limiter settings UI", "1.1.2", "knah", "https://github.com/knah/VRCMods")]
[assembly: MelonInfo(typeof(ParticleAndBoneLimiterSettingsMod), "Particle and DynBone limiter settings UI", "1.1.3", "knah", "https://github.com/knah/VRCMods")]

namespace ParticleAndBoneLimiterSettings
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<VrcReferences>true</VrcReferences>
<Version>1.1.2.0</Version>
<Version>1.1.3.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cc516e9

Please sign in to comment.