From 5cb89f633473229d44b117804fe47f5ea0a018a0 Mon Sep 17 00:00:00 2001 From: "Gitea Actions [bot]" Date: Fri, 22 May 2026 22:37:33 +0000 Subject: [PATCH 1/2] Updated version number [skip ci] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cd2ac74..3d8d99f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tallee description: "Tracking App for Card Games" publish_to: 'none' -version: 0.0.32+272 +version: 0.0.33+273 environment: sdk: ^3.8.1 From 3048e5c75de265980ffa358684cba3c67f9ffa70 Mon Sep 17 00:00:00 2001 From: "Gitea Actions [bot]" Date: Fri, 22 May 2026 22:38:11 +0000 Subject: [PATCH 2/2] Updated licenses [skip ci] --- .../views/main_menu/settings_view/licenses/oss_licenses.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart b/lib/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart index 5183194..591b7fe 100644 --- a/lib/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart +++ b/lib/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart @@ -39415,12 +39415,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.''', ); -/// tallee 0.0.33+272 +/// tallee 0.0.33+273 const _tallee = Package( name: 'tallee', description: 'Tracking App for Card Games', authors: [], - version: '0.0.33+272', + version: '0.0.33+273', spdxIdentifiers: ['LGPL-3.0'], isMarkdown: false, isSdk: false,