From 872b3600213c1256d1c823b5f72478d69d476671 Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Sun, 16 Feb 2020 13:59:26 +0530 Subject: [PATCH] :arrow_up: prepare for 0.3.2 - increase version :pencil: update changelog Signed-off-by: birjuvachhani --- CHANGELOG.md | 4 ++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04512c..6eabe77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.2 + +- Fix create command + ## 0.3.1 - Fix version command. diff --git a/lib/src/version.dart b/lib/src/version.dart index 35a3412..246b602 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.3.1'; +const packageVersion = '0.3.2'; diff --git a/pubspec.yaml b/pubspec.yaml index c9ad4f1..51790de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spider description: A small dart command-line tool for generating dart references of assets from the assets folder. -version: 0.3.1 +version: 0.3.2 homepage: https://github.com/BirjuVachhani/spider environment: