Skip to content

Commit 8470d15

Browse files
committed
prepare for 1.0
1 parent bfa5161 commit 8470d15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# feathersui-validators Change Log
22

3-
## 1.0.0-alpha.1 (????-??-??)
3+
## 1.0.0 (2022-09-15)
44

55
- Initial release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Includes the following validators:
2222

2323
## Installation
2424

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

2727
```sh
28-
haxelib git feathersui-validators https://github.com/feathersui/feathersui-validators.git
28+
haxelib install feathersui-validators
2929
```
3030

3131
## Project Configuration

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache",
55
"tags": ["openfl", "feathersui", "validators", "validation", "forms"],
66
"description": "Form validation for Feathers UI",
7-
"version": "1.0.0-alpha.1",
7+
"version": "1.0.0",
88
"classPath": "src",
99
"dependencies": {
1010
"openfl": ""

0 commit comments

Comments
 (0)