Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicitusNeko committed Jul 12, 2022
1 parent 98e8494 commit 26cbb9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is a port of [apclientpp](https://github.com/black-sliver/apclientpp) by Bl

## How to use

Just install the package via `haxelib`, then `import ap.Client` into your project, and you should be good to go. This project aims to be as functionally identical to apclientpp as possible.
Just install the package via `haxelib`, then `import ap.Client` into your project, and you should be good to go. This project aims to be as functionally identical to apclientpp as possible, although some operative differences may occur as a result of using Haxe syntax and language features.

### Warning

This package is largely untested. Use at your own risk.
This package is currently largely untested. Use at your own risk.
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"tags": ["ws", "archipelago"],
"description": "Haxe client for Archipelago Multiworld",
"version": "0.6.0",
"releasenote": "Various fixes to data parsing and connection",
"version": "0.7.0",
"releasenote": "Use tink_json instead of json2object",
"contributors": ["FelicitusNeko"],
"dependencies": {
"hxWebSockets": "",
Expand Down

0 comments on commit 26cbb9f

Please sign in to comment.