From 4b99e80c6c1afa1be49a8f22aee5176ce4e60ea8 Mon Sep 17 00:00:00 2001 From: E0SelmY4V-PC <2507917746@qq.com> Date: Fri, 23 Dec 2022 17:52:59 +0800 Subject: [PATCH] Ver 1.1220.20 --- main.d.ts | 3 +-- main.js | 3 ++- package.json | 4 ++-- readme-zh.md | 2 +- readme.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/main.d.ts b/main.d.ts index f9c58df..6e059bd 100644 --- a/main.d.ts +++ b/main.d.ts @@ -108,8 +108,7 @@ export namespace scpoProce { } /** * 幻想私社异步过程类 - * @author E0SelmY4V - * @version 1.20221220.10 + * @version 1.01220.20 * @link https://github.com/E0SelmY4V/scpo-proce */ export function scpoProce

(doexpr: scpoProce.CbCur, config?: scpoProce.Config): scpoProce.Proce diff --git a/main.js b/main.js index 9ae2daf..edfce53 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,8 @@ /** * 幻想私社异步过程类 + * @version 1.01220.20 * @author E0SelmY4V - * @version 1.20221220.10 + * @license GPL-3.0-or-later * @link https://github.com/E0SelmY4V/scpo-proce */ 'use strict'; diff --git a/package.json b/package.json index 7c80417..5cc0906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scpo-proce", - "version": "1.20221220.10", + "version": "1.01220.20", "description": "Make your async programming easier", "main": "main.js", "scripts": { @@ -19,7 +19,7 @@ "promise", "callback", "ie", - "ie6", + "ie5", "utility", "utilities", "util" diff --git a/readme-zh.md b/readme-zh.md index cadab88..26efe01 100644 --- a/readme-zh.md +++ b/readme-zh.md @@ -6,7 +6,7 @@ scpoProce 全称 Scpos Process,即为幻想私社用以解决困扰社员二 本项目灵感来源于 ES6 的`Promise`,可用来减小异步编程带来的复杂性。 还可配合`await/async`,方便程度更上一层楼。 -本项目既可用于 Node.js 的开发,也可用于前端 HTML 页面中的脚本,最高可兼容 IE6。 +本项目既可用于 Node.js 的开发,也可用于前端 HTML 页面中的脚本,最高可兼容 IE5。 ## 安装 diff --git a/readme.md b/readme.md index d46a6fc..32ead0e 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ The full name of *scpoProce* is *Scpos Process*, which is a super high-level Pro With the `await/async`, the convenience it brings can be more violent and stimulating. The *Scpos Process* can not only run under Node.js, but also be used in HTML page development. -The oldest browser it support is IE6. +The oldest browser it support is IE5. ## Installation