From a700284f8b0f8b65207418e40079854208083225 Mon Sep 17 00:00:00 2001 From: eightgran Date: Wed, 16 Jun 2021 20:23:54 +0200 Subject: [PATCH] Prepare release 1.0.5 --- CHANGELOG.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8923472..ea61a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased - 1.0.5 +## 1.0.5 - Shorten the pubspec.yaml description's length to increase the pub score. - Add animation and adjust styling on LitLockIcon. diff --git a/example/pubspec.lock b/example/pubspec.lock index ea4f991..9a596fa 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -52,7 +52,7 @@ packages: path: ".." relative: true source: path - version: "1.0.4" + version: "1.0.5" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 994b4e0..c566719 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,8 @@ name: lit_ui_kit -version: 1.0.4 +version: 1.0.5 homepage: https://github.com/litlifesoftware/lit_ui_kit description: >- - Contains a collection of code implementing the Lit UI design language. - It provides several widgets and screens. + A collection of widgets and screens for Flutter implementing the Lit UI design language. environment: sdk: ">=2.12.0 <3.0.0"