mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
change version
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:nostr_sdk/utils/platform_util.dart';
|
|||||||
class Base {
|
class Base {
|
||||||
static const APP_NAME = "Nowser";
|
static const APP_NAME = "Nowser";
|
||||||
|
|
||||||
static String VERSION_NAME = "1.3.0";
|
static String VERSION_NAME = "1.4.0";
|
||||||
|
|
||||||
static const double BASE_PADDING = 12;
|
static const double BASE_PADDING = 12;
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 1.3.0+7
|
version: 1.4.0+8
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.4.1 <4.0.0'
|
sdk: '>=3.4.1 <4.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user