Merge branch 'master' of https://code.mnemo-cards.online/cinnabarflower/cards
This commit is contained in:
commit
bfa3d44146
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
/// - API versioning via URL prefix
|
/// - API versioning via URL prefix
|
||||||
class ApiConfigV2 {
|
class ApiConfigV2 {
|
||||||
/// App version from pubspec.yaml
|
/// App version from pubspec.yaml
|
||||||
static const String appVersion = '1.0.10';
|
static const String appVersion = '1.0.11';
|
||||||
/// Base URL for API v2
|
/// Base URL for API v2
|
||||||
/// All v2 endpoints are prefixed with /api/v2
|
/// All v2 endpoints are prefixed with /api/v2
|
||||||
static String get baseUrl {
|
static String get baseUrl {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ name: mnemo_cards_web_v2
|
||||||
description: "Flutter web приложение для изучения языков"
|
description: "Flutter web приложение для изучения языков"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 1.0.10+11
|
version: 1.0.11+12
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.9.2
|
sdk: ^3.9.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue