Skip to content

Commit a140f52

Browse files
committed
bump vers. to 3.1.1
1 parent 9a4cf5a commit a140f52

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* filtering, and text analysis. It is designed for both high-level application development
88
* and research, offering a unified API for single, batch, and pairwise operations.
99
*
10-
* Version: 3.1.0
10+
* Version: 3.1.1
1111
* Author: Paul Köhler (komed3)
1212
* License: MIT
1313
*
@@ -41,7 +41,7 @@
4141
* For asynchronous workloads, use `CmpStrAsync`, which provides the same API with
4242
* Promise-based, non-blocking methods for large-scale or I/O-bound operations.
4343
*
44-
* @version 3.1.0
44+
* @version 3.1.1
4545
* @author Paul Köhler (komed3)
4646
* @license MIT
4747
*/

src/root.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Please visit CmpStr's documentation for more information:
1010
* https://github.com/komed3/cmpstr/wiki/Extending-CmpStr
1111
*
12-
* @version 3.1.0
12+
* @version 3.1.1
1313
* @author Paul Köhler (komed3)
1414
* @license MIT
1515
*/

0 commit comments

Comments
 (0)