diff --git a/README.md b/README.md index 0208ced..e21d513 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 ddf2b5a..3588911 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 14e7447..83429df 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: