From b07e526b6a9064f28ffaa82f63f1be2ca392ecbc Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 20 Aug 2022 15:08:28 +0200 Subject: [PATCH] release: Bump --- pubspec.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3d3d14f..0f538ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: moxlib description: A collection of code for sharing between various moxxy libraries. Not inteded for outside use. -version: 0.1.3 +version: 0.1.4 homepage: https://codeberg.org/moxxy/moxlib -publish_to: https://pub.polynom.me +publish_to: https://git.polynom.me/api/packages/Moxxy/pub environment: sdk: ">=2.17.0-266.1.beta <3.0.0" @@ -11,11 +11,11 @@ environment: dependencies: flutter: sdk: flutter - logging: 1.0.2 - synchronized: 3.0.0 - uuid: 3.0.5 - meta: 1.7.0 + logging: ^1.0.2 + synchronized: ^3.0.0 + uuid: ^3.0.5 + meta: ^1.7.0 dev_dependencies: flutter_lints: ^2.0.0 - test: 1.20.1 + test: ^1.20.1