Skip to content

Commit

Permalink
Releases/0.0.8+1 (#111)
Browse files Browse the repository at this point in the history
* docs: Add entry for version 0.0.8+1 to CHANGELOG

* chore: bump version to 0.0.8+1
  • Loading branch information
blendthink authored Aug 12, 2024
1 parent 05dc567 commit 32995be
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.0.8+1

### Improved

- Add the installation section to the README.

## 0.0.8

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/src/app/gen/cli_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ const cliInfo = CliInfo(
name: 'dvm',
description:
'''Dart Version Management: A simple CLI to manage Dart SDK versions per project.''',
version: '0.0.8',
version: '0.0.8+1',
);
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dvmx
description: "Dart Version Management: A simple CLI to manage Dart SDK versions per project."
version: 0.0.8
version: 0.0.8+1
repository: https://github.com/blendfactory/dvm

executables:
Expand Down

0 comments on commit 32995be

Please sign in to comment.