From 089442e1a9440bf89474edf2d81d13c3bd96226e Mon Sep 17 00:00:00 2001
From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
Date: Wed, 21 Nov 2018 13:33:21 -0800
Subject: [PATCH] Put version header in index.d.ts
---
types/webrtc/RTCPeerConnection.d.ts | 1 -
types/webrtc/index.d.ts | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/types/webrtc/RTCPeerConnection.d.ts b/types/webrtc/RTCPeerConnection.d.ts
index 9dc2faae12..3df7999212 100644
--- a/types/webrtc/RTCPeerConnection.d.ts
+++ b/types/webrtc/RTCPeerConnection.d.ts
@@ -2,7 +2,6 @@
// Project: https://www.w3.org/TR/webrtc/
// Definitions by: Danilo Bargen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-// TypeScript Version: 3.0
//
// W3 Spec: https://www.w3.org/TR/webrtc/
//
diff --git a/types/webrtc/index.d.ts b/types/webrtc/index.d.ts
index 4a16860637..e087a03f4e 100644
--- a/types/webrtc/index.d.ts
+++ b/types/webrtc/index.d.ts
@@ -2,7 +2,7 @@
// Project: https://webrtc.org/
// Definitions by: Toshiya Nakakura
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-// TypeScript Version: 2.3
+// TypeScript Version: 3.0
///
///