From 5947429e2525526b70d88976a546aa0da16f6998 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 2 Sep 2022 11:23:08 -0700 Subject: [PATCH] prepare for v1.0.0 --- CHANGELOG.md | 2 +- README.md | 4 ++-- docs/docs.hxml | 2 +- haxelib.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7eec9c..047e325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # amfio Change Log -## 1.0.0-alpha.1 (????-??-??) +## 1.0.0 (2022-09-06) - Initial release diff --git a/README.md b/README.md index 08fa1be..3ad9e96 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/docs.hxml b/docs/docs.hxml index e8618ba..b5305c4 100644 --- a/docs/docs.hxml +++ b/docs/docs.hxml @@ -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/" \ No newline at end of file +-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/" \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index 09097e1..f899f68 100644 --- a/haxelib.json +++ b/haxelib.json @@ -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": ""