Skip to content

Commit

Permalink
Ver 1.20221220.10 更改了版本号格式
Browse files Browse the repository at this point in the history
  • Loading branch information
E0SelmY4V committed Dec 22, 2022
1 parent c965d7b commit c57dc92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export namespace scpoProce {
/**
* 幻想私社异步过程类
* @author E0SelmY4V
* @version 1.1.2022122010
* @version 1.20221220.10
* @link https://github.com/E0SelmY4V/scpo-proce
*/
export function scpoProce<P extends any[], E extends any[] = [any]>(doexpr: scpoProce.CbCur<P, E>, config?: scpoProce.Config): scpoProce.Proce<P, E>
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* 幻想私社异步过程类
* @author E0SelmY4V
* @version 1.1.2022122010
* @version 1.20221220.10
* @link https://github.com/E0SelmY4V/scpo-proce
*/
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scpo-proce",
"version": "1.1.2022122010",
"version": "1.20221220.10",
"description": "Make your async programming easier",
"main": "main.js",
"scripts": {},
Expand Down

0 comments on commit c57dc92

Please sign in to comment.