From a9dcc8d64751d5165469f662dd2a39f5f633e34f Mon Sep 17 00:00:00 2001 From: Anas Fikhi Date: Thu, 5 Oct 2023 17:21:55 +0100 Subject: [PATCH] [ Add, Edit ] created CHANGELOG file for holding version changes of langsync, changed the apiKey command to create command for more consistency in LangSYnc --- CHANGELOG | 3 +++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..b8d1579 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,3 @@ +# 0.8.1 + +changed the account creation command from `apiKey` to `create` for more consistency. \ No newline at end of file diff --git a/lib/src/version.dart b/lib/src/version.dart index 6c295a4..aa73fe1 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '0.8.0'; +const packageVersion = '0.8.1'; diff --git a/pubspec.yaml b/pubspec.yaml index ce5062f..9589924 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: langsync description: A Very Good Project created by Very Good CLI. -version: 0.8.0 +version: 0.8.1 publish_to: none environment: