From 57742d182af5e668d985bf3c015550c083f70528 Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Wed, 7 Aug 2024 19:26:34 +0800 Subject: [PATCH] chore: update orientation plugin version --- src/Snippets/defSnippets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Snippets/defSnippets.js b/src/Snippets/defSnippets.js index aa90ae9..9e0281f 100644 --- a/src/Snippets/defSnippets.js +++ b/src/Snippets/defSnippets.js @@ -223,6 +223,6 @@ const pluginVersion = { code: '2.2.0', benchmark: '2.0.1', geolocation: '2.1.0', - orientation: '2.0.0', + orientation: '2.1.0', touches: '2.1.0', }