소스 검색

bump up version

Gildas 2 년 전
부모
커밋
ee100750ed
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      lib/single-file-extension-background.js
  2. 1 1
      manifest.json
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
lib/single-file-extension-background.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.22.12",
+	"version": "1.22.13",
 	"description": "__MSG_extensionDescription__",
 	"content_scripts": [
 		{

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "single-file",
-	"version": "1.1.12",
+	"version": "1.1.13",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "single-file",
-			"version": "1.1.12",
+			"version": "1.1.13",
 			"license": "AGPL-3.0-or-later",
 			"dependencies": {
 				"single-file-cli": "1.1.13",

+ 1 - 1
package.json

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.