diff --git a/CHANGELOG.md b/CHANGELOG.md index ba98348..4270cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + +- Internal improvements. +- Updated SDK Constraint. +- Stable Release. + ## 1.0.0-alpha.13 - Update the example. diff --git a/pubspec.yaml b/pubspec.yaml index 36d4487..c5a65a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: > Navand is a web framework in Dart that lets developers create UIs with a widget model similar to Flutter. Navand apps are compiled into JS and painted using HTML & CSS. -version: 1.0.0-alpha.13 +version: 1.0.0 repository: https://github.com/Hawmex/navand environment: sdk: ^3.2.3