Skip to content

Commit

Permalink
chore: Publish v0.1.0-dev.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pattobrien committed Feb 16, 2024
1 parent d59a840 commit 92c4503
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ packages:
path: "src/cli_annotations"
relative: true
source: path
version: "0.1.0-dev.3"
version: "0.1.0-dev.4"
cli_gen:
dependency: "direct dev"
description:
path: "src/cli_gen"
relative: true
source: path
version: "0.1.0-dev.3"
version: "0.1.0-dev.4"
cli_launcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion src/cli_annotations/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cli_annotations
description: Annotations for generating CLI applications using `package:cli_gen`.
version: 0.1.0-dev.3
version: 0.1.0-dev.4
homepage: https://github.com/pattobrien/cli-gen
repository: https://github.com/pattobrien/cli-gen
issue_tracker: https://github.com/pattobrien/cli-gen/issues
Expand Down
2 changes: 1 addition & 1 deletion src/cli_gen/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ packages:
path: "../cli_annotations"
relative: true
source: path
version: "0.1.0-dev.3"
version: "0.1.0-dev.4"
code_builder:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion src/cli_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cli_gen
description: Build cli applications using code generation and macros.
version: 0.1.0-dev.3
version: 0.1.0-dev.4
homepage: https://github.com/pattobrien/cli-gen
repository: https://github.com/pattobrien/cli-gen
issue_tracker: https://github.com/pattobrien/cli-gen/issues
Expand Down

0 comments on commit 92c4503

Please sign in to comment.