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: