From c3c05934e791de51b3500e5d8ebb1de76d75c684 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Fri, 28 Jun 2024 03:06:21 -0700 Subject: [PATCH] v1.6.0 --- README.md | 4 ++++ deno.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",