Skip to content

Commit

Permalink
Bump version to 20.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlabrecque committed Jun 3, 2023
1 parent 49ff8f9 commit a3fe809
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.1.0";
public const string SteamworksNETVersion = "20.2.0";
public const string SteamworksSDKVersion = "1.57";
public const string SteamAPIDLLVersion = "08.02.21.95";
public const int SteamAPIDLLSize = 266600;
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.1.0",
"version": "20.2.0",
"unity": "2019.4",
"author": {
"name": "Riley Labrecque",
Expand Down

0 comments on commit a3fe809

Please sign in to comment.