Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cybertronbaka committed Nov 3, 2023
1 parent 0d7f975 commit 35df826
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.0

- chore: bump version to 0.3.0
- chore: bump test coverage to 100%
- feat: dependency_overrides added to fetch command

## 0.2.0

- chore: dart format for publishing
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// The current version of the package.
const String version = '0.2.0';
const String version = '0.3.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: loki
description: Loki is a command-line interface (CLI) tool designed for managing Dart and Flutter projects featuring multiple packages.
version: 0.2.0
version: 0.3.0
repository: https://github.com/cybertronbaka/loki
homepage: https://github.com/cybertronbaka/loki
issue_tracker: https://github.com/cybertronbaka/loki/issues
Expand Down

0 comments on commit 35df826

Please sign in to comment.