Skip to content

Commit

Permalink
releasing stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Oct 27, 2023
1 parent ac36ef6 commit 3d0f59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Percy/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal static void SetSessionType(String type)

internal static String GetClientInfo()
{
return "percy-appium-dotnet/3.0.1-alpha.1";
return "percy-appium-dotnet/3.0.2";
}

internal static Boolean ForceFullPage()
Expand Down
2 changes: 1 addition & 1 deletion Percy/Percy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageId>PercyIO.Appium</PackageId>
<Description>An App Percy SDK for Appium WebDriver API .NET Bindings</Description>
<PackageTags>appium;percy;visual;testing</PackageTags>
<Version>3.0.1-alpha.1</Version>
<Version>3.0.2</Version>
<Company>Perceptual Inc</Company>
<Copyright>Copyright Perceptual Inc</Copyright>
<Authors>percy-admin</Authors>
Expand Down

0 comments on commit 3d0f59e

Please sign in to comment.