Skip to content

Commit fe378e9

Browse files
committed
1.0.2 -> 1.0.3
1 parent 661f2c4 commit fe378e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TwitchLib.Unity/TwitchLib.Unity.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>TwitchLib.Unity</PackageId>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<Description>Unity wrapper system for TwitchLib</Description>
88
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
99
<Authors>LuckyNoS7evin</Authors>
1010
<Company>TwitchLib</Company>
1111
<PackageIconUrl>https://colejelinek.com/dev/twitchlib.png</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/TwitchLib/TwitchLib.Unity</PackageProjectUrl>
1313
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
14-
<Copyright>Copyright 2019</Copyright>
14+
<Copyright>Copyright 2021</Copyright>
1515
<PackageReleaseNotes>Major Update of TwitchLib.</PackageReleaseNotes>
1616
<RepositoryUrl>https://github.com/TwitchLib/TwitchLib.Unity</RepositoryUrl>
1717
<RepositoryType>Git</RepositoryType>
1818
<PackageTags>twitch library unity3d unity dotnet c# csharp net standard 2.0</PackageTags>
1919
<NeutralLanguage>en-US</NeutralLanguage>
20-
<AssemblyVersion>1.0.2.0</AssemblyVersion>
20+
<AssemblyVersion>1.0.3.0</AssemblyVersion>
2121
<FileVersion>1.0.2.0</FileVersion>
2222
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)