Skip to content

Commit 29dbbff

Browse files
Update LKG.
1 parent 005d202 commit 29dbbff

6 files changed

+6
-6
lines changed

lib/tsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
6060
var ts;
6161
(function (ts) {
6262
ts.versionMajorMinor = "3.1";
63-
ts.version = ts.versionMajorMinor + ".0";
63+
ts.version = ts.versionMajorMinor + ".1";
6464
})(ts || (ts = {}));
6565
(function (ts) {
6666
ts.emptyArray = [];

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var ts;
8888
// If changing the text in this section, be sure to test `configureNightly` too.
8989
ts.versionMajorMinor = "3.1";
9090
/** The version of the TypeScript compiler release */
91-
ts.version = ts.versionMajorMinor + ".0";
91+
ts.version = ts.versionMajorMinor + ".1";
9292
})(ts || (ts = {}));
9393
(function (ts) {
9494
/* @internal */

lib/tsserverlibrary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ var ts;
8484
// If changing the text in this section, be sure to test `configureNightly` too.
8585
ts.versionMajorMinor = "3.1";
8686
/** The version of the TypeScript compiler release */
87-
ts.version = ts.versionMajorMinor + ".0";
87+
ts.version = ts.versionMajorMinor + ".1";
8888
})(ts || (ts = {}));
8989
(function (ts) {
9090
/* @internal */

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var ts;
7575
// If changing the text in this section, be sure to test `configureNightly` too.
7676
ts.versionMajorMinor = "3.1";
7777
/** The version of the TypeScript compiler release */
78-
ts.version = ts.versionMajorMinor + ".0";
78+
ts.version = ts.versionMajorMinor + ".1";
7979
})(ts || (ts = {}));
8080
(function (ts) {
8181
/* @internal */

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var ts;
7575
// If changing the text in this section, be sure to test `configureNightly` too.
7676
ts.versionMajorMinor = "3.1";
7777
/** The version of the TypeScript compiler release */
78-
ts.version = ts.versionMajorMinor + ".0";
78+
ts.version = ts.versionMajorMinor + ".1";
7979
})(ts || (ts = {}));
8080
(function (ts) {
8181
/* @internal */

lib/typingsInstaller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var ts;
8888
// If changing the text in this section, be sure to test `configureNightly` too.
8989
ts.versionMajorMinor = "3.1";
9090
/** The version of the TypeScript compiler release */
91-
ts.version = ts.versionMajorMinor + ".0";
91+
ts.version = ts.versionMajorMinor + ".1";
9292
})(ts || (ts = {}));
9393
(function (ts) {
9494
/* @internal */

0 commit comments

Comments
 (0)