Skip to content

Commit a3d3ddc

Browse files
committed
1.0.2
1 parent 8f518d9 commit a3d3ddc

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
@@ -23,7 +23,7 @@ Add Arna as a dependency in your pubspec.yaml
2323

2424
```yaml
2525
dependencies:
26-
arna: ^1.0.1
26+
arna: ^1.0.2
2727
```
2828
2929
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.1';
3+
static const String version = '1.0.2';
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.1
3+
version: 1.0.2
44
homepage: https://github.com/MahanRahmati/Arna
55

66
environment:

0 commit comments

Comments
 (0)