From 419be8af4d6dac2f87523c6d9f5ac736836a4de4 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 9 Aug 2022 16:40:19 +0200 Subject: [PATCH] Revert "meta: Lower Dart SDK requirement" This reverts commit fafc4f23203e47c0ec62bfae40abe771e92da86a. --- .gitlint | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlint b/.gitlint index 1a7d1c0..f48f1c0 100644 --- a/.gitlint +++ b/.gitlint @@ -5,6 +5,6 @@ line-length=72 [title-trailing-punctuation] [title-hard-tab] [title-match-regex] -regex=^(feat|fix|test|release|chore|security|docs|refactor|meta):.*$ +regex=^(feat|fix|test|release|chore|security|docs|refactor):.*$ [body-trailing-whitespace] [body-first-line-empty] diff --git a/pubspec.yaml b/pubspec.yaml index 0eb7f1a..13bce16 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: omemo_dart description: An XMPP library independent OMEMO library -version: 0.1.1 +version: 0.1.0 homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub environment: - sdk: '>=2.15.0 <3.0.0' + sdk: '>=2.17.0 <3.0.0' dependencies: collection: ^1.16.0