diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a567ca..bbb2254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# Version 0.15.0 +# Version 0.15.1 - 2020-06-26 +### Fixes: +- Fix a big with account data being stored incorrectly + +# Version 0.15.0 - 2020-06-26 ### Features: - New room list app bar design - Chat app bar transparent diff --git a/pubspec.lock b/pubspec.lock index d1ad4e7..b6f0e7e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -161,8 +161,8 @@ packages: dependency: "direct main" description: path: "." - ref: "8e2c8b0d1146e99e80ef5f5bf4b4c8e378772b06" - resolved-ref: "8e2c8b0d1146e99e80ef5f5bf4b4c8e378772b06" + ref: "28fd207f2a1c0fbba959b7ddbcd78fb8178bff67" + resolved-ref: "28fd207f2a1c0fbba959b7ddbcd78fb8178bff67" url: "https://gitlab.com/famedly/famedlysdk.git" source: git version: "0.0.1" diff --git a/pubspec.yaml b/pubspec.yaml index 5a69357..92fc15d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Chat with your friends. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.15.0+41 +version: 0.15.1+42 environment: sdk: ">=2.6.0 <3.0.0" @@ -27,7 +27,7 @@ dependencies: famedlysdk: git: url: https://gitlab.com/famedly/famedlysdk.git - ref: 8e2c8b0d1146e99e80ef5f5bf4b4c8e378772b06 + ref: 28fd207f2a1c0fbba959b7ddbcd78fb8178bff67 localstorage: ^3.0.1+4 bubble: ^1.1.9+1