File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
60
60
var ts;
61
61
(function (ts) {
62
62
ts.versionMajorMinor = "3.4";
63
- ts.version = ts.versionMajorMinor + ".1 ";
63
+ ts.version = ts.versionMajorMinor + ".2 ";
64
64
})(ts || (ts = {}));
65
65
(function (ts) {
66
66
ts.emptyArray = [];
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ var ts;
85
85
// If changing the text in this section, be sure to test `configureNightly` too.
86
86
ts.versionMajorMinor = "3.4";
87
87
/** The version of the TypeScript compiler release */
88
- ts.version = ts.versionMajorMinor + ".1 ";
88
+ ts.version = ts.versionMajorMinor + ".2 ";
89
89
})(ts || (ts = {}));
90
90
(function (ts) {
91
91
/* @internal */
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ var ts;
84
84
// If changing the text in this section, be sure to test `configureNightly` too.
85
85
ts.versionMajorMinor = "3.4";
86
86
/** The version of the TypeScript compiler release */
87
- ts.version = ts.versionMajorMinor + ".1 ";
87
+ ts.version = ts.versionMajorMinor + ".2 ";
88
88
})(ts || (ts = {}));
89
89
(function (ts) {
90
90
/* @internal */
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ var ts;
75
75
// If changing the text in this section, be sure to test `configureNightly` too.
76
76
ts.versionMajorMinor = "3.4";
77
77
/** The version of the TypeScript compiler release */
78
- ts.version = ts.versionMajorMinor + ".1 ";
78
+ ts.version = ts.versionMajorMinor + ".2 ";
79
79
})(ts || (ts = {}));
80
80
(function (ts) {
81
81
/* @internal */
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ var ts;
75
75
// If changing the text in this section, be sure to test `configureNightly` too.
76
76
ts.versionMajorMinor = "3.4";
77
77
/** The version of the TypeScript compiler release */
78
- ts.version = ts.versionMajorMinor + ".1 ";
78
+ ts.version = ts.versionMajorMinor + ".2 ";
79
79
})(ts || (ts = {}));
80
80
(function (ts) {
81
81
/* @internal */
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ var ts;
76
76
// If changing the text in this section, be sure to test `configureNightly` too.
77
77
ts.versionMajorMinor = "3.4";
78
78
/** The version of the TypeScript compiler release */
79
- ts.version = ts.versionMajorMinor + ".1 ";
79
+ ts.version = ts.versionMajorMinor + ".2 ";
80
80
})(ts || (ts = {}));
81
81
(function (ts) {
82
82
/* @internal */
Original file line number Diff line number Diff line change 2
2
"name" : " typescript" ,
3
3
"author" : " Microsoft Corp." ,
4
4
"homepage" : " https://www.typescriptlang.org/" ,
5
- "version" : " 3.4.1 " ,
5
+ "version" : " 3.4.2 " ,
6
6
"license" : " Apache-2.0" ,
7
7
"description" : " TypeScript is a language for application scale JavaScript development" ,
8
8
"keywords" : [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace ts {
3
3
// If changing the text in this section, be sure to test `configureNightly` too.
4
4
export const versionMajorMinor = "3.4" ;
5
5
/** The version of the TypeScript compiler release */
6
- export const version = `${ versionMajorMinor } .1 ` ;
6
+ export const version = `${ versionMajorMinor } .2 ` ;
7
7
}
8
8
9
9
namespace ts {
You can’t perform that action at this time.
0 commit comments