From ad85bd8b62b7af135c9f0adf03d8a666651a2124 Mon Sep 17 00:00:00 2001 From: surunzi Date: Mon, 6 Jan 2020 18:22:01 +0800 Subject: [PATCH] feat: update plugins --- src/Snippets/defSnippets.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Snippets/defSnippets.js b/src/Snippets/defSnippets.js index 3d137e3..30ef36a 100644 --- a/src/Snippets/defSnippets.js +++ b/src/Snippets/defSnippets.js @@ -247,14 +247,14 @@ function loadPlugin(name) { } const pluginVersion = { - fps: '1.1.2', - features: '1.0.2', - timing: '1.1.3', - memory: '1.1.1', - code: '1.0.0', - benchmark: '1.0.0', - geolocation: '1.1.0', - dom: '1.1.0', - orientation: '1.0.0', - touches: '1.0.1' + fps: '2.0.0', + features: '2.0.0', + timing: '2.0.0', + memory: '2.0.0', + code: '2.0.0', + benchmark: '2.0.0', + geolocation: '2.0.0', + dom: '2.0.0', + orientation: '2.0.0', + touches: '2.0.0' }