🔄 Bump version to 1.0.3+4

This commit is contained in:
Cirrus CI 2025-12-02 21:31:31 +00:00
parent 38563a56a5
commit 79c4a757de
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
/// - API versioning via URL prefix
class ApiConfigV2 {
/// App version from pubspec.yaml
static const String appVersion = '1.0.2';
static const String appVersion = '1.0.3';
/// Base URL for API v2
/// All v2 endpoints are prefixed with /api/v2
static String get baseUrl {

View file

@ -2,7 +2,7 @@ name: mnemo_cards_web_v2
description: "Flutter web приложение для изучения языков"
publish_to: 'none'
version: 1.0.2+3
version: 1.0.3+4
environment:
sdk: ^3.9.2