From 5162f0563817cf17d29151e219d7f28a25f2bc32 Mon Sep 17 00:00:00 2001 From: manuelvargastapia Date: Sat, 12 Dec 2020 15:23:31 -0300 Subject: [PATCH] edit package name --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ba6c6b2..803c2bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: libgen_mobile +name: libgen description: Non-official Library Genesis mobile client # The following line prevents the package from being accidentally published to @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.2 +version: 1.0.3+1 environment: sdk: ">=2.7.0 <3.0.0"