diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5c23f7a..6be7858b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,4 +51,4 @@ flutter format lib/**/*/*.dart - Don't mix UI and business logic in the same environment. - Write tests for new classes, functions and widgets. - Keep it simple stupid: https://en.wikipedia.org/wiki/KISS_principle -- Describe all of your classes, methods and attributes using **dartdoc** comments. Read this for more informations: https://dart.dev/guides/language/effective-dart/documentation \ No newline at end of file +- Describe all of your classes, methods and attributes using **dartdoc** comments. Read this for more informations: https://dart.dev/guides/language/effective-dart/documentation diff --git a/pubspec.yaml b/pubspec.yaml index 24870c6e..e03826b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: famedlysdk -description: Matrix SDK for the famedly talk app written in dart. +description: Matrix Dart SDK version: 0.0.1 -author: Zender & Kurtz GbR