Skip to content

Commit

Permalink
Auto generated commit for version 3.3.141.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kellyelton committed Aug 6, 2019
1 parent 10a83bd commit 2fab06c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
#3.3.141.0
+ Fixed a few bugs - Kelly

#3.3.140.0
+ Phase bar and deck stats don't overlap the limited deck editor
+ Fixed slowdown when resizing deck editor in some cases - Ben
Expand Down Expand Up @@ -3947,5 +3950,6 @@ To come...There are 30 ish more changes that can be found in our commit list htt






6 changes: 3 additions & 3 deletions Version.cs
Expand Up @@ -4,6 +4,6 @@

using System.Reflection;

[assembly: AssemblyVersion("3.3.140.0")]
[assembly: AssemblyFileVersion("3.3.140.0")]
[assembly: AssemblyInformationalVersion("3.3.140.0")]
[assembly: AssemblyVersion("3.3.141.0")]
[assembly: AssemblyFileVersion("3.3.141.0")]
[assembly: AssemblyInformationalVersion("3.3.141.0")]
6 changes: 3 additions & 3 deletions octgnFX/Octgn.Online/Octgn.Online.csproj
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.3.140.0</Version>
<AssemblyVersion>3.3.140.0</AssemblyVersion>
<FileVersion>3.3.140.0</FileVersion>
<Version>3.3.141.0</Version>
<AssemblyVersion>3.3.141.0</AssemblyVersion>
<FileVersion>3.3.141.0</FileVersion>
<Authors>Kelly Elton</Authors>
<Company>Octgn</Company>
<Description>Shared library for online access in OCTGN.</Description>
Expand Down
2 changes: 1 addition & 1 deletion recentchanges.txt
@@ -1 +1 @@
Fixed a few bugs - Kelly

0 comments on commit 2fab06c

Please sign in to comment.