Skip to content

Commit

Permalink
Fix my tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Apr 14, 2016
1 parent 0f96d84 commit 03a7d5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion ArchiSteamFarm/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ limitations under the License.
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
Expand Down
4 changes: 2 additions & 2 deletions ArchiSteamFarm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.2.9")]
[assembly: AssemblyFileVersion("2.0.2.9")]
[assembly: AssemblyVersion("2.0.3.1")]
[assembly: AssemblyFileVersion("2.0.3.1")]
2 changes: 1 addition & 1 deletion ArchiSteamFarm/config/ASF.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Debug": false,
"Headless": false,
"AutoUpdates": true,
"UpdateChannel": 2,
"UpdateChannel": 1,
"SteamProtocol": 6,
"SteamOwnerID": 0,
"MaxFarmingTime": 10,
Expand Down

0 comments on commit 03a7d5f

Please sign in to comment.