diff --git a/CHANGELOG.md b/CHANGELOG.md index c85ba55..1529563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # feathersui-cairngorm Change Log -## 2.3.0-alpha.1 (????-??-??) +## 1.0.0 (2022-09-12) - Initial release diff --git a/README.md b/README.md index 898b0df..89a1738 100644 --- a/README.md +++ b/README.md @@ -116,16 +116,16 @@ class Services extends ServiceLocator { ## Minimum Requirements -- Haxe 4.2 -- OpenFL 9.2.0 +- Haxe 4.1 +- OpenFL 9.2 - Feathers UI 1.0 ## Installation -This library is not yet available on Haxelib, so you'll need to install it and its dependencies from Github. +Run the following command in a terminal to install [feathersui-cairngorm](https://lib.haxe.org/p/feathersui-cairngorm) from Haxelib. ```sh -haxelib git feathersui-cairngorm https://github.com/feathersui/feathersui-cairngorm.git +haxelib install feathersui-cairngorm ``` ## Project Configuration diff --git a/haxelib.json b/haxelib.json index 45f785b..7458225 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,12 +4,12 @@ "license": "BSD", "tags": ["openfl", "feathersui", "cairngorm", "microarchitecture"], "description": "Cairngorm framework for OpenFL", - "version": "2.3.0-alpha.1", + "version": "1.0.0", "classPath": "src", "dependencies": { "openfl": "", "feathersui": "", - "feathersui-rpc-services": "git:https://github.com/feathersui/feathersui-rpc-services.git" + "feathersui-rpc-services": "" }, "contributors": ["bowlerhat"], "releasenote": "Initial release"