Skip to content

Commit 2eeec8c

Browse files
committed
1.0.4
1 parent b87dfeb commit 2eeec8c

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.3
26+
arna: ^1.0.4
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.3';
3+
static const String version = '1.0.4';
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.3
3+
version: 1.0.4
44
homepage: https://github.com/MahanRahmati/Arna
55

66
environment:

0 commit comments

Comments
 (0)