Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati committed May 27, 2022
1 parent 8f518d9 commit a3d3ddc
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.1
arna: ^1.0.2
```

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.1';
static const String version = '1.0.2';
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.1
version: 1.0.2
homepage: https://github.com/MahanRahmati/Arna

environment:
Expand Down

0 comments on commit a3d3ddc

Please sign in to comment.