Skip to content

Commit

Permalink
Alpha Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Sep 4, 2022
1 parent cc4dfde commit c49b111
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@ A NodeJS Library for Discord.
## Installation
NodeJS **16.16.0** or higher is required.

**Do note we are currently in the alpha stage. Releases will be made when I see fit. See [Install From Github](#install-from-github) if you wish to install in-dev versions. (due to the nature of an alpha, bugs are being found all the time, so installing in-dev versions is currently your best bet for being up-to-date)**
**Do note we are currently in the alpha stage. Releases will be made when I see fit. See [Development Builds](#development-builds) if you wish to install in-dev versions. (due to the nature of an alpha, bugs are being found all the time, so installing in-dev versions is currently your best bet for being up-to-date)**

```sh
npm i oceanic.js
```

This module is in its early alpha stages. See the `examples` folder on github for some examples, and visit [this site](https://oceanic.owo-whats-this.dev) for documentation.

#### Install From Github
#### Development Builds
```sh
npm i OceanicJS/Oceanic
npm i oceanic.js@dev
```

The documentation is always for the latest commit. If something isn't working that's in the documentaion, you're likely using an outdated version.
The documentation under `dev` is always for the latest commit. If something isn't working that's in the documentaion, you're likely looking at the wrong documentation.

<hr>

## Links
* [Examples](https://github.com/DonovanDMC/Oceanic/tree/dev/examples)
* [Documentation](https://oceanic.owo-whats-this.dev)
* [v0.0.10 Documentation](https://oceanic.owo-whats-this.dev/v0.0.10)
* [Development Documentation](https://oceanic.owo-whats-this.dev/dev)
* [Discord Server](https://discord.gg/xZ4AhdYrf9)
* [Source](https://github.com/DonovanDMC/Oceanic)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oceanic.js",
"version": "0.0.9",
"version": "0.0.10",
"description": "A nodejs library for interfacing with Discord.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down

0 comments on commit c49b111

Please sign in to comment.