From 91cbf2d3906a88a0a7377b3e379daf5b1241e6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Wed, 14 Dec 2022 18:56:20 +0100 Subject: [PATCH] chore: bump version --- pubspec.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index fb32a21..9b353a9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,8 @@ name: canteenlib description: Library for communication with the czech canteen food ordering system iCanteen -version: 1.0.1 -repository: 'https://github.com/hernikplays/canteenlib' -issue_tracker: 'https://github.com/hernikplays/canteenlib/issues' -documentation: 'https://docs.hernikplays.cz' +version: 1.1.1 +repository: 'https://git.mnau.xyz/hernik/canteenlib' +issue_tracker: 'https://git.mnau.xyz/hernik/canteenlib/issues' environment: sdk: '>=2.16.1 <3.0.0'