Skip to content

Commit

Permalink
Bump version and updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
obrunsmann committed Jun 3, 2021
1 parent 24caa7c commit a3e1d62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a3e1d62

Please sign in to comment.