Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati committed Sep 16, 2022
1 parent a3907c1 commit 3661c87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Add Arna as a dependency in your pubspec.yaml

```yaml
dependencies:
arna: ^1.0.5
arna: ^1.0.6
```

And import it
Expand Down
2 changes: 1 addition & 1 deletion example/lib/strings.dart
@@ -1,6 +1,6 @@
abstract class Strings {
static const String appName = 'Arna Gallery';
static const String version = '1.0.5';
static const String version = '1.0.6';
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
@@ -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.5
version: 1.0.6
homepage: https://github.com/MahanRahmati/Arna

environment:
Expand Down

0 comments on commit 3661c87

Please sign in to comment.