Compare commits

...

2 Commits

Author SHA1 Message Date
dad707f71d release: Sigh, bump to 0.1.2 2022-08-09 16:40:41 +02:00
419be8af4d Revert "meta: Lower Dart SDK requirement"
This reverts commit fafc4f2320.
2022-08-09 16:40:19 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -1,11 +1,11 @@
name: omemo_dart
description: An XMPP library independent OMEMO library
version: 0.1.1
version: 0.1.2
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