Skip to content

Commit

Permalink
Merge pull request #87 from MahanRahmati/arna-1-0-5
Browse files Browse the repository at this point in the history
1.0.5
  • Loading branch information
MahanRahmati authored Aug 8, 2022
2 parents 7bce7a4 + 7acff3d commit d94ff95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add Arna as a dependency in your pubspec.yaml

```yaml
dependencies:
arna: ^1.0.4+1
arna: ^1.0.5
```
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.4';
static const String version = '1.0.5';
static const String arna = 'Arna';
static const String about = 'About';
static const String settings = 'Settings';
Expand Down
4 changes: 2 additions & 2 deletions 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.4+1
version: 1.0.5
homepage: https://github.com/MahanRahmati/Arna

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
url_launcher: ^6.1.4
url_launcher: ^6.1.5

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit d94ff95

Please sign in to comment.