Skip to content

Commit 03f62fe

Browse files
authored
releasing v3.0.8 (#241)
1 parent 5d4802f commit 03f62fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Percy/Env.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal static void SetSessionType(String type)
4242

4343
internal static String GetClientInfo()
4444
{
45-
return "percy-appium-dotnet/3.0.7";
45+
return "percy-appium-dotnet/3.0.8";
4646
}
4747

4848
internal static Boolean ForceFullPage()

Percy/Percy.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>PercyIO.Appium</PackageId>
1010
<Description>An App Percy SDK for Appium WebDriver API .NET Bindings</Description>
1111
<PackageTags>appium;percy;visual;testing</PackageTags>
12-
<Version>3.0.7</Version>
12+
<Version>3.0.8</Version>
1313
<Company>Perceptual Inc</Company>
1414
<Copyright>Copyright Perceptual Inc</Copyright>
1515
<Authors>percy-admin</Authors>

0 commit comments

Comments
 (0)