From b1338067620955d17947de235477e4833d8a1ca9 Mon Sep 17 00:00:00 2001 From: eightgran Date: Fri, 16 Jul 2021 15:44:35 +0200 Subject: [PATCH] Increment version number - `1.2.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 f661bcb..45fc6ae 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -40,7 +40,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.2.0" meta: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f377b67..771f1da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: lit_ui_kit -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/litlifesoftware/lit_ui_kit description: >- A collection of widgets and screens for Flutter implementing the Lit UI design language.