From 0f18b2b1dab6cf7db3aeeb152fc02d287e662ea7 Mon Sep 17 00:00:00 2001 From: Darkhan Nausharipov <31556582+nausharipov@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:17:19 +0600 Subject: [PATCH] Bump version, v0.3.1 (#257) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c42e7c9..b9f74f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.1 + +* Support for Flutter v3.13.6. + ## 0.3.0 * **BREAKING:** Deleted `CodeController.stringMap`. diff --git a/pubspec.yaml b/pubspec.yaml index 9f0c563d..05d07497 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_code_editor description: A customizable code field supporting syntax highlighting and code folding. -version: 0.3.0 +version: 0.3.1 repository: https://github.com/akvelon/flutter-code-editor environment: