Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati committed Jun 5, 2022
1 parent e339b1a commit 6a9393c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add Arna as a dependency in your pubspec.yaml

```yaml
dependencies:
arna: ^1.0.2
arna: ^1.0.3
```
And import it
Expand Down
2 changes: 1 addition & 1 deletion example/lib/strings.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
abstract class Strings {
static const String appName = 'Arna Gallery';
static const String version = '1.0.2';
static const String version = '1.0.3';
static const String arna = 'Arna';
static const String about = 'About';
static const String settings = 'Settings';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.2
version: 1.0.3
homepage: https://github.com/MahanRahmati/Arna

environment:
Expand Down

0 comments on commit 6a9393c

Please sign in to comment.