From 7acff3d3329ed02a00c3522a7659f11b56390111 Mon Sep 17 00:00:00 2001 From: MahanRahmati Date: Mon, 8 Aug 2022 12:35:04 +0430 Subject: [PATCH] 1.0.5 --- README.md | 2 +- example/lib/strings.dart | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0208ced3..e21d513e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add Arna as a dependency in your pubspec.yaml ```yaml dependencies: - arna: ^1.0.4+1 + arna: ^1.0.5 ``` And import it diff --git a/example/lib/strings.dart b/example/lib/strings.dart index ddf2b5ab..35889116 100644 --- a/example/lib/strings.dart +++ b/example/lib/strings.dart @@ -1,6 +1,6 @@ abstract class Strings { static const String appName = 'Arna Gallery'; - static const String version = '1.0.4'; + static const String version = '1.0.5'; static const String arna = 'Arna'; static const String about = 'About'; static const String settings = 'Settings'; diff --git a/pubspec.yaml b/pubspec.yaml index 14e74470..83429df9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: arna description: Arna is a set of widgets designed to be simple and easy to use for building applications with Flutter. -version: 1.0.4+1 +version: 1.0.5 homepage: https://github.com/MahanRahmati/Arna environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - url_launcher: ^6.1.4 + url_launcher: ^6.1.5 dev_dependencies: flutter_test: