Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
v1.2.6 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
karanjitsingh committed Oct 15, 2019
1 parent 3e71505 commit f87be95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jstestadapter",
"version": "1.2.5",
"version": "1.2.6",
"description": "",
"bundledDependencies": [
"rewire",
Expand Down
2 changes: 1 addition & 1 deletion src/JSTest/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal static class Constants
public const string VsTestConnectionTimeout = "VsTestConnectionTimeout";
public const int MessageProtocolVersion = 1;
public const int StreamBufferSize = 16384;
public const string JSTestVersionInfo = "1.2.5";
public const string JSTestVersionInfo = "1.2.6";

public static class TestFrameworkStrings
{
Expand Down

0 comments on commit f87be95

Please sign in to comment.