build: 更新 pubspec.yaml 版本号
- 将 auto_track 插件版本从 0.0.7 升级到0.1.0
Showing
1 changed file
with
1 additions
and
1 deletions
1 | name: auto_track | 1 | name: auto_track |
2 | description: "Low-intrusion global automatic embedding, automatically recording events such as page entry, exit, clicks, scrolling, and HTTP requests, and supporting custom events." | 2 | description: "Low-intrusion global automatic embedding, automatically recording events such as page entry, exit, clicks, scrolling, and HTTP requests, and supporting custom events." |
3 | -version: 0.0.7 | 3 | +version: 0.1.0 |
4 | homepage: https://github.com/epoll-j/auto_track_plugin | 4 | homepage: https://github.com/epoll-j/auto_track_plugin |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment