From ce6b67f6c87ba57d2525bd5d843a9a00735b69ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jank=C5=AF?= Date: Sat, 18 May 2024 14:13:39 +0200 Subject: [PATCH] bump version to 0.4.1 --- lib/ui/about_page.dart | 2 +- meesign_core/pubspec.yaml | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ui/about_page.dart b/lib/ui/about_page.dart index ac8661c..9cef7a8 100644 --- a/lib/ui/about_page.dart +++ b/lib/ui/about_page.dart @@ -4,7 +4,7 @@ import 'package:material_symbols_icons/symbols.dart'; import 'package:url_launcher/url_launcher.dart'; class AboutPage extends StatelessWidget { - static const version = '0.4.0'; + static const version = '0.4.1'; static const crocsAuth = 'crocs.fi.muni.cz'; static const meesignAuth = 'meesign.$crocsAuth'; diff --git a/meesign_core/pubspec.yaml b/meesign_core/pubspec.yaml index fcc731b..3bc004a 100644 --- a/meesign_core/pubspec.yaml +++ b/meesign_core/pubspec.yaml @@ -1,6 +1,6 @@ name: meesign_core description: Core layer of MeeSign client shared by GUI and CLI. -version: 0.4.0 +version: 0.4.1 publish_to: none environment: diff --git a/pubspec.lock b/pubspec.lock index 2e0384f..5c080c7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -478,7 +478,7 @@ packages: path: meesign_core relative: true source: path - version: "0.4.0" + version: "0.4.1" meesign_native: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index dce15fe..9be5f5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,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 # Do not forget to update lib/ui/about_page.dart as well! -version: 0.4.0 +version: 0.4.1 environment: sdk: ^3.0.0