From 4a13b7d1ea371552f7b41c18e8f5cbf4368ae463 Mon Sep 17 00:00:00 2001 From: Gabriel Bustamante Date: Wed, 31 Jan 2024 12:40:55 -0600 Subject: [PATCH] Update addon version to major.minor schema --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c773be1..6b04f38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "china-newtab", - "version": "5.114.0", + "version": "5.114", "description": "Customizied New Tab Page for Firefox", "scripts": { "build": "web-ext build --filename china-newtab.xpi",