From 7e75dc9f1dac58b4a388870879852bbde0ad0f95 Mon Sep 17 00:00:00 2001 From: Arno van Liere Date: Thu, 14 Mar 2024 18:04:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 861fb98..e421a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ +# 1.0.0 (Not Released) +- More precise gesture control (https://github.com/arnovanliere/object_3d/pull/2). + # 0.0.1 (October 23, 2022) Initial release. + diff --git a/pubspec.yaml b/pubspec.yaml index 12a7b37..f546cc5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: object_3d -description: Simple Flutter renderer for .obj files +description: Simple Flutter renderer for .obj files with options to render custom colors. version: 0.0.1 homepage: https://github.com/arnovanliere/object_3d