Skip to content

Commit a3e1d62

Browse files
committed
Bump version and updates changelog
1 parent 24caa7c commit a3e1d62

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
## 0.1.0
1+
## 0.1.1
2+
* Fixed analyzer issues on web platform
3+
* **Breaking Change:** use `getNakamaClient()` instead of `NakamaBaseClient.adaptive()`
24

5+
## 0.1.0
36
* First release

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ packages:
164164
path: ".."
165165
relative: true
166166
source: path
167-
version: "0.1.0"
167+
version: "0.1.1"
168168
path:
169169
dependency: transitive
170170
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: nakama
22
description: Nakama is an open-source scalable game server that lets you focus
33
on building games.
4-
version: 0.1.0
4+
version: 0.1.1
55
repository: https://github.com/obrunsmann/flutter_nakama
66

77
environment:

0 commit comments

Comments
 (0)