diff --git a/README.md b/README.md index 7e889427..09d85bff 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add Arna as a dependency in your pubspec.yaml ```yaml dependencies: - arna: ^1.0.3 + arna: ^1.0.4 ``` And import it diff --git a/example/lib/strings.dart b/example/lib/strings.dart index 7853bd27..4ffdefb0 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.3'; + static const String version = '1.0.4'; static const String arna = 'Arna'; static const String about = 'About'; static const String settings = 'Settings'; diff --git a/pubspec.yaml b/pubspec.yaml index 216e012e..d299e0e9 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.3 +version: 1.0.4 homepage: https://github.com/MahanRahmati/Arna environment: