Skip to content

Commit

Permalink
Bump Version to 2024.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlabrecque committed Aug 17, 2024
1 parent 09abc34 commit a2fc889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.rlabrecque.steamworks.net/Runtime/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace Steamworks {
public static class Version {
public const string SteamworksNETVersion = "20.2.0";
public const string SteamworksNETVersion = "2024.8.0";
public const string SteamworksSDKVersion = "1.60";
public const string SteamAPIDLLVersion = "08.97.99.70";
public const int SteamAPIDLLSize = 265064;
Expand Down
2 changes: 1 addition & 1 deletion com.rlabrecque.steamworks.net/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.rlabrecque.steamworks.net",
"displayName": "Steamworks.NET",
"version": "20.2.0",
"version": "2024.8.0",
"unity": "2019.4",
"author": {
"name": "Riley Labrecque",
Expand Down

0 comments on commit a2fc889

Please sign in to comment.