From c1a98cfb3eee75817a9cefde3fa15523b93438b1 Mon Sep 17 00:00:00 2001 From: eightgran Date: Fri, 30 Jul 2021 16:51:31 +0200 Subject: [PATCH] Increment version number - `1.4.0` --- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 794345f..a2e0331 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -40,7 +40,7 @@ packages: path: ".." relative: true source: path - version: "1.3.0" + version: "1.4.0" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index fbebf87..0372873 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: lit_ui_kit -version: 1.3.0 +version: 1.4.0 homepage: https://github.com/litlifesoftware/lit_ui_kit description: >- A collection of widgets and screens for Flutter implementing the Lit UI design language.