Skip to content

Commit dc6c1df

Browse files
committed
chore: 更新版本号至0.1.1并添加更新日志
更新pubspec.yaml中的版本号以匹配新发布的0.1.1版本,同时在CHANGELOG.md中添加对应的版本更新记录
1 parent 8a4de65 commit dc6c1df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
## 0.1.0
22

33
- Initial version.
4+
5+
## 0.1.1
6+
s
7+
- Update LICENSE.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: text_counter
22
description: A lightweight Dart utility for counting characters and words in multiple languages including CJK, RTL, and mixed texts.
3-
version: 0.1.0
3+
version: 0.1.1
44
repository: https://github.com/hexwarrior6/text_counter
55
environment:
66
sdk: '>=3.0.0 <4.0.0'

0 commit comments

Comments
 (0)