diff --git a/README.md b/README.md index aa35472..07d5503 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/deno.json b/deno.json index cbfcc10..2ee3791 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@macil/aocd", - "version": "1.5.2-alpha.1", + "version": "1.6.0", "exports": { ".": "./mod.ts", "./cli": "./cli.ts",