From 5b3b706c28b65dfa1ffea9420feae28251eda0b3 Mon Sep 17 00:00:00 2001 From: "Gitea Actions [bot]" Date: Fri, 8 May 2026 22:00:28 +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 283cbc2..3025651 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.26+260 +version: 0.0.27+261 environment: sdk: ^3.8.1 From 044a6acbbe38583f83152c63725d8b9d4f3a3b8b Mon Sep 17 00:00:00 2001 From: "Gitea Actions [bot]" Date: Fri, 8 May 2026 22:02:41 +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 a837a65..396d7b7 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 @@ -37676,12 +37676,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.''', ); -/// tallee 0.0.26+260 +/// tallee 0.0.27+261 const _tallee = Package( name: 'tallee', description: 'Tracking App for Card Games', authors: [], - version: '0.0.26+260', + version: '0.0.27+261', spdxIdentifiers: ['LGPL-3.0'], isMarkdown: false, isSdk: false,