fix: missing pubspec placholder strings

This commit is contained in:
julian 2024-05-22 15:01:21 -06:00
parent 2678513474
commit 4cb3786760

View file

@ -1,5 +1,5 @@
name: PLACEHOLDER
description: PLACEHOLDER
name: stackwallet
description: Stack Wallet
# 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: PLACEHOLDER
# 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: PLACEHOLDER_V+PLACEHOLDER_B
version: 2.2.2+42
environment:
sdk: ">=3.3.4 <4.0.0"