Skip to content

Commit

Permalink
prepare for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 2, 2022
1 parent e9e0547 commit 5947429
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# amfio Change Log

## 1.0.0-alpha.1 (????-??-??)
## 1.0.0 (2022-09-06)

- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Contains the following types for AMF input and output.

## Installation

This library is not yet available on Haxelib, so you'll need to install it from Github.
Run the following command in a terminal to install [amfio](https://lib.haxe.org/p/amfio) from Haxelib.

```sh
haxelib git amfio https://github.com/feathersui/amfio.git
haxelib install amfio
```

## Project Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.hxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-cmd haxelib run openfl build ../project.xml html5 -xml -clean -Dfind_missing_docs

--next
-cmd haxelib run dox -o ../bin/api -i ../bin/html5/types.xml --include feathers.amfio --toplevel-package feathers.amfio --title "AMF I/O API Reference (Haxe/OpenFL)" -theme ./feathersui-theme -D website "https://feathersui.com" -D textColor 0x292522 -D source-path "https://github.com/feathersui/amfio/tree/master/src/"
-cmd haxelib run dox -o ../bin/api -i ../bin/html5/types.xml --include feathers.amfio --toplevel-package feathers.amfio --title "AMF I/O API Reference (Haxe/OpenFL)" -theme ./feathersui-theme -D website "https://feathersui.com" -D textColor 0x292522 -D source-path "https://github.com/feathersui/amfio/tree/v1.0.0/src/"
6 changes: 3 additions & 3 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "amfio",
"url": "https://feathersui.com/",
"url": "https://github.com/feathersui/amfio",
"license": "Apache",
"tags": ["openfl", "amf", "amf3", "amf0"],
"description": "AMF0 and AMF3 utilities for OpenFL and Feathers UI",
"version": "1.0.0-alpha.1",
"description": "Read and write AMF0, AMF3, and Flash Local Shared Object files in OpenFL",
"version": "1.0.0",
"classPath": "src",
"dependencies": {
"openfl": ""
Expand Down

0 comments on commit 5947429

Please sign in to comment.