Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Macil committed Jun 28, 2024
1 parent 2eb5eff commit c3c0593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ aocd start 2

This will create a `day_2.ts` file in the directory.

## Package

This library is published on JSR as [@macil/aocd](https://jsr.io/@macil/aocd).

## Advanced

### Help Info
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macil/aocd",
"version": "1.5.2-alpha.1",
"version": "1.6.0",
"exports": {
".": "./mod.ts",
"./cli": "./cli.ts",
Expand Down

0 comments on commit c3c0593

Please sign in to comment.