From d7abee81f2049214e3f1c1b57447a3e5ffde1a8c Mon Sep 17 00:00:00 2001 From: c43721 Date: Tue, 29 Oct 2024 18:00:02 -0500 Subject: [PATCH] chore(docs): add docs and bump version --- README.md | 2 +- deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9916429..40ea1a0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ const result = await rcon.execute("status"); console.log(result); ``` -For more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc). +For more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc) or see the [cli.ts file](cli.ts). ## Contributing diff --git a/deno.json b/deno.json index b07ece0..1288022 100644 --- a/deno.json +++ b/deno.json @@ -5,7 +5,7 @@ "@std/cli": "jsr:@std/cli@^1.0.6", "@std/io": "jsr:@std/io@^0.225.0" }, - "version": "0.0.2", + "version": "0.0.3", "exports": "./mod.ts", "publish": { "include": ["README.md", "mod.ts", "src/"]