From a3e1d6213aaf12cd760e5b84bf0574f1b5dd76b4 Mon Sep 17 00:00:00 2001 From: Oliver Brunsmann Date: Thu, 3 Jun 2021 15:02:04 +0200 Subject: [PATCH] Bump version and updates changelog --- CHANGELOG.md | 5 ++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ad18e..db4720f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ -## 0.1.0 +## 0.1.1 +* Fixed analyzer issues on web platform +* **Breaking Change:** use `getNakamaClient()` instead of `NakamaBaseClient.adaptive()` +## 0.1.0 * First release \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 83939cc..04ceffc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -164,7 +164,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.1.1" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8cb96b4..14d59bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nakama description: Nakama is an open-source scalable game server that lets you focus on building games. -version: 0.1.0 +version: 0.1.1 repository: https://github.com/obrunsmann/flutter_nakama environment: