From 531dbb5d6ff67bb706f83bb78ea439a047a66695 Mon Sep 17 00:00:00 2001 From: Dan Silk Date: Wed, 12 May 2021 11:59:27 +0930 Subject: [PATCH] Make get setting method visible and bump to 1.0.4 --- lib/src/manup_service.dart | 1 - pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/src/manup_service.dart b/lib/src/manup_service.dart index a2bf0fa..356c8ba 100644 --- a/lib/src/manup_service.dart +++ b/lib/src/manup_service.dart @@ -61,7 +61,6 @@ class ManUpService { } } - @visibleForTesting T setting({String key}) => _manupData?.setting(key: key) ?? null; @visibleForTesting diff --git a/pubspec.yaml b/pubspec.yaml index 5198e67..041f967 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: manup description: Mandatory update for Flutter Apps. -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/NextFaze/flutter_manup environment: