Skip to content

Commit

Permalink
chore: tag version 1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 21, 2022
1 parent c9ba063 commit dc6db8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Runtime/KineticSdkInternal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Kinetic.Sdk
internal static class Constants
{
public static string Name = "Kinetic Unity SDK";
public static string Version = "1.0.0-rc.1";
public static string Version = "1.0.0-rc.2";
}

public class KineticSdkInternal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "org.kin.kinetic-unity",
"displayName": "Kinetic Unity SDK",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"unity": "2019.4",
"description": "A Kinetic SDK is a wrapper around a Solana SDK with an extra layer that communicates with the Kinetic API.",
"type": "library",
Expand Down

0 comments on commit dc6db8f

Please sign in to comment.