Skip to content

Commit e392ef9

Browse files
committed
Bump version to 0.1.2
1 parent 6cf3d61 commit e392ef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uinh-kyaengh",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A JavaScript library for working with 韻鏡系韻圖 (Yunjing-type rime tables)",
55
"type": "module",
66
"main": "./dist/index.cjs",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import { iter韻鏡字頭, 韻鏡位置2字頭 } from './core/韻鏡字頭';
44

55
export { 音韻地位2韻鏡位置, 韻鏡位置, iter韻鏡字頭, 韻鏡位置2字頭 };
66

7-
export const VERSION = '0.1.1';
7+
export const VERSION = '0.1.2';

0 commit comments

Comments
 (0)