Skip to content

Commit

Permalink
fixes entry for pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckey-Elijah committed Mar 27, 2022
1 parent c4ae438 commit 92ab65d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-dev.2

- Adds executable to pub.dev entry

## 0.0.1-dev.1

- Initial release.
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clordle
description: A Wordle clone built for the command line with Dart. Have fun!
version: 0.0.1-dev.1
version: 0.0.1-dev.2
repository: https://github.com/Luckey-Elijah/clordle

environment:
Expand All @@ -14,3 +14,6 @@ dependencies:
args: ^2.3.0
equatable: ^2.0.3
mason_logger: ^0.1.0-dev.6

executables:
clordle:

0 comments on commit 92ab65d

Please sign in to comment.