Skip to content

Commit

Permalink
🔖 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Jun 2, 2023
1 parent 0da7798 commit 145062c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0

- ⬆️ Dart 3

## 0.0.2

- ⬆️ Upgrade dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ open coverage/index.html
## Build version

```sh
dart run build_runner build
dart run build_runner build -d
```

---
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pubspec_version_cli
description: A Command-Line Interface to replace the version in pubspec.yaml
version: 0.0.2
version: 0.1.0
homepage: https://github.com/lsaudon/pubspec_version_cli
repository: https://github.com/lsaudon/pubspec_version_cli
issue_tracker: https://github.com/lsaudon/pubspec_version_cli/issues
Expand Down

0 comments on commit 145062c

Please sign in to comment.