Skip to content

Commit fbccfa0

Browse files
committed
prepare for v2.0.0
license
1 parent 0f19b77 commit fbccfa0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2022 Petrus Nguyễn Thái Học
3+
Copyright (c) 2021-2024 Petrus Nguyễn Thái Học
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In your Dart/Flutter project, add the dependency to your `pubspec.yaml`
4040

4141
```yaml
4242
dependencies:
43-
dart_either: ^1.0.0
43+
dart_either: ^2.0.0
4444
```
4545
4646
## Documentation & example
@@ -415,7 +415,7 @@ Either<AsyncError, BuiltList<User>> result = await Either.futureBinding((e) asyn
415415
});
416416
```
417417

418-
## Reference
418+
## References
419419

420420
- [Functional Error Handling](https://arrow-kt.io/docs/patterns/error_handling/)
421421
- [Monad](https://arrow-kt.io/docs/patterns/monads/)
@@ -428,8 +428,9 @@ Please file feature requests and bugs at the [issue tracker][tracker].
428428
[tracker]: https://github.com/hoc081098/dart_either/issues
429429

430430
## License
431+
431432
```
432433
MIT License
433434

434-
Copyright (c) 2021-2022 Petrus Nguyễn Thái Học
435+
Copyright (c) 2021-2024 Petrus Nguyễn Thái Học
435436
```

0 commit comments

Comments
 (0)