Skip to content

Commit

Permalink
fix shocker endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jun 19, 2024
1 parent 9860da8 commit e280975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SDK.CSharp/OpenShockEndpoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class V2
{
public static class Shockers
{
public const string Control = "1/shockers/control";
public const string Control = "2/shockers/control";
}
}
}
4 changes: 2 additions & 2 deletions SDK.CSharp/SDK.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AssemblyName>OpenShock.SDK.CSharp</AssemblyName>
<RootNamespace>OpenShock.SDK.CSharp</RootNamespace>
<Company>OpenShock</Company>
<AssemblyVersion>0.0.22</AssemblyVersion>
<Version>0.0.22</Version>
<AssemblyVersion>0.0.23</AssemblyVersion>
<Version>0.0.23</Version>
<Title>OpenShock.SDK.DotNet</Title>
<Authors>OpenShock</Authors>
<Description>.NET / C# SDK for developing OpenShock applications. Used to interact with a OpenShock backend.</Description>
Expand Down

0 comments on commit e280975

Please sign in to comment.