Skip to content

Commit 3661c87

Browse files
committed
1.0.6
1 parent a3907c1 commit 3661c87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add Arna as a dependency in your pubspec.yaml
2525

2626
```yaml
2727
dependencies:
28-
arna: ^1.0.5
28+
arna: ^1.0.6
2929
```
3030
3131
And import it

example/lib/strings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
abstract class Strings {
22
static const String appName = 'Arna Gallery';
3-
static const String version = '1.0.5';
3+
static const String version = '1.0.6';
44
static const String arna = 'Arna';
55
static const String about = 'About';
66
static const String settings = 'Settings';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: arna
22
description: Arna is a set of widgets designed to be simple and easy to use for building applications with Flutter.
3-
version: 1.0.5
3+
version: 1.0.6
44
homepage: https://github.com/MahanRahmati/Arna
55

66
environment:

0 commit comments

Comments
 (0)