Skip to content

Commit

Permalink
prepare for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 9, 2022
1 parent b7f6104 commit 3bd7c22
Show file tree
Hide file tree
Showing 3 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 @@
# feathersui-cairngorm Change Log

## 2.3.0-alpha.1 (????-??-??)
## 1.0.0 (2022-09-12)

- Initial release
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3bd7c22

Please sign in to comment.