Skip to content

Commit

Permalink
Merge pull request #1 from mehdizarepour/dev
Browse files Browse the repository at this point in the history
Upgrade `Gato` package
  • Loading branch information
mehdizarepour authored Jun 6, 2021
2 parents 3255e39 + ab82232 commit 8fee2bb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

* Upgrade `Gato` package

## 1.1.0+1

* Add logo to readme file
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A flutter package to manage application configurations via singleton pattern.

## Installation

Add `global_configs: ^1.0.0` to your `pubspec.yaml` dependencies. And import it:
Add `global_configs: ^1.1.1` to your `pubspec.yaml` dependencies. And import it:

```dart
import 'package:global_configs/global_configs.dart';
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ packages:
name: gato
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.3"
version: "0.0.4"
global_configs:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.1.0+1"
version: "1.1.1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
name: gato
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.3"
version: "0.0.4"
matcher:
dependency: transitive
description:
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: global_configs
description: A flutter package to manage application configurations via singleton pattern.
version: 1.1.0+1
version: 1.1.1
author: Mehdi Zarepour
homepage: https://github.com/mehdizarepour/flutter-global-configs
repository: https://github.com/mehdizarepour/flutter-global-configs
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
gato: ^0.0.3
gato: ^0.0.4

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 8fee2bb

Please sign in to comment.