From 0640139e7baa9bc3da5c3f77bc363ffb17befdf8 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Wed, 27 Dec 2023 20:46:19 +0400 Subject: [PATCH] 0.0.1-pre.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e72f2..2f28221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.1-pre.1 + +- Refactoring + ## 0.0.1-pre.0 - Initial publication diff --git a/pubspec.yaml b/pubspec.yaml index de6b9e3..d54a899 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: octopus description: "A cross-platform declarative router for Flutter with a focus on state and nested navigation. Made with ❤️ by PlugFox." -version: 0.0.1-pre.0 +version: 0.0.1-pre.1 homepage: https://github.com/PlugFox/octopus