Skip to content

Commit

Permalink
chore(docs,version): add docs and bump version
Browse files Browse the repository at this point in the history
chore(docs): add docs and bump version
  • Loading branch information
c43721 authored Oct 29, 2024
2 parents a58b4c3 + d7abee8 commit bb7a5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"]
Expand Down

0 comments on commit bb7a5b5

Please sign in to comment.