Skip to content

Commit 145062c

Browse files
committed
🔖 0.1.0
1 parent 0da7798 commit 145062c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0
2+
3+
- ⬆️ Dart 3
4+
15
## 0.0.2
26

37
- ⬆️ Upgrade dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ open coverage/index.html
5252
## Build version
5353

5454
```sh
55-
dart run build_runner build
55+
dart run build_runner build -d
5656
```
5757

5858
---

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pubspec_version_cli
22
description: A Command-Line Interface to replace the version in pubspec.yaml
3-
version: 0.0.2
3+
version: 0.1.0
44
homepage: https://github.com/lsaudon/pubspec_version_cli
55
repository: https://github.com/lsaudon/pubspec_version_cli
66
issue_tracker: https://github.com/lsaudon/pubspec_version_cli/issues

0 commit comments

Comments
 (0)