瀏覽代碼

bump version

Gildas 3 年之前
父節點
當前提交
999976a20a
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 0 0
      lib/single-file.js
  2. 1 1
      manifest.json
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

文件差異過大導致無法顯示
+ 0 - 0
lib/single-file.js


+ 1 - 1
manifest.json

@@ -8,7 +8,7 @@
 		"64": "src/ui/resources/icon_64.png",
 		"128": "src/ui/resources/icon_128.png"
 	},
-	"version": "1.21.23",
+	"version": "1.21.24",
 	"description": "__MSG_extensionDescription__",
 	"content_scripts": [
 		{

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "single-file",
-	"version": "1.0.15",
+	"version": "1.0.16",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "single-file",
-			"version": "1.0.15",
+			"version": "1.0.16",
 			"license": "AGPL-3.0-or-later",
 			"dependencies": {
 				"single-file-cli": "1.0.20",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "single-file",
-	"version": "1.0.15",
+	"version": "1.0.16",
 	"description": "SingleFile",
 	"author": "Gildas Lormeau",
 	"license": "AGPL-3.0-or-later",

部分文件因文件數量過多而無法顯示