Skip to content

Commit

Permalink
bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanku committed May 22, 2024
1 parent b448065 commit b149a36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/ui/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.1';
static const version = '0.4.2';

static const crocsAuth = 'crocs.fi.muni.cz';
static const meesignAuth = 'meesign.$crocsAuth';
Expand Down
2 changes: 1 addition & 1 deletion meesign_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: meesign_core
description: Core layer of MeeSign client shared by GUI and CLI.
version: 0.4.1
version: 0.4.2
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ packages:
path: meesign_core
relative: true
source: path
version: "0.4.1"
version: "0.4.2"
meesign_native:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version: 0.4.2

environment:
sdk: ^3.0.0
Expand Down

0 comments on commit b149a36

Please sign in to comment.