From 9201d9f214460c4b9cdf974326e02483b21bfd0d Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 4 Feb 2025 12:40:20 -0700 Subject: [PATCH] Change versioning scheme --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3d9354b..bf6089e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_treeview description: A tree widget for Flutter that can be used to display nested, hierarchical data. It includes a number of features like styling labels, icons, and import and export utilities. -version: 1.1.2 +version: 1.2.020425+1239 repository: https://git.zontreck.com/AriasCreations/flutter_treeview issue_tracker: https://git.zontreck.com/AriasCreations/flutter_treeview/issues #author: kevinandre.com