Skip to content

Commit

Permalink
chore: set version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawmex committed Sep 11, 2023
1 parent 49d5090 commit 6fa6bd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.3

- Improve `CHANGELOG.md`.

## 0.3.2

- Add a condition to avoid emptying the route entries when the history is
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli/package_version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '0.3.2';
const packageVersion = '0.3.3';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.3.2
version: 0.3.3
repository: https://github.com/Hawmex/navand
executables:
navand:
Expand Down

0 comments on commit 6fa6bd2

Please sign in to comment.