Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oppahansi committed Apr 24, 2024
1 parent 05952d8 commit 2d16712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ Name Abbr Description
--no-comments Removes comments from import types / sections.
--trace Prints extended logs to console.
--dry-run Prints the results of the run without writing it to the file.
--dart-fmt Formats the file after sorting imports. Default is true.
Can be disabled by using --no-dart-fmt
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: better_imports
description: A better imports sorter for your .dart files.
version: 1.0.4
version: 1.1.0
repository: https://github.com/oppahansi/better_imports

executables:
Expand Down

0 comments on commit 2d16712

Please sign in to comment.