From 0965ab7dcc8f40a53dd38f69b61a8cdfb0412a91 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 22 May 2024 18:17:28 -0600 Subject: [PATCH] Revert "fix: missing pubspec placholder strings" This reverts commit 4cb3786760f853c011826ee315568d63405f0820. --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3620b41a7..99f8bb3e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ -name: stackwallet -description: Stack Wallet +name: PLACEHOLDER +description: PLACEHOLDER # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 @@ -11,7 +11,7 @@ description: Stack Wallet # 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: 2.2.2+42 +version: PLACEHOLDER_V+PLACEHOLDER_B environment: sdk: ">=3.3.4 <4.0.0"