Skip to content

Commit 9af8bfb

Browse files
committed
Bump version
1 parent 169f41b commit 9af8bfb

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.1.3
2+
* Fixes that the given server key was ignored
3+
14
## 0.1.2
25
* Fully implements all authentication methods
36
* Enhanced documentation and adds link to package

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.6.1"
17+
version: "2.8.1"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -35,7 +35,7 @@ packages:
3535
name: charcode
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.2.0"
38+
version: "1.3.1"
3939
chopper:
4040
dependency: transitive
4141
description:
@@ -157,14 +157,14 @@ packages:
157157
name: meta
158158
url: "https://pub.dartlang.org"
159159
source: hosted
160-
version: "1.3.0"
160+
version: "1.7.0"
161161
nakama:
162162
dependency: "direct main"
163163
description:
164164
path: ".."
165165
relative: true
166166
source: path
167-
version: "0.1.2"
167+
version: "0.1.3"
168168
path:
169169
dependency: transitive
170170
description:
@@ -232,7 +232,7 @@ packages:
232232
name: test_api
233233
url: "https://pub.dartlang.org"
234234
source: hosted
235-
version: "0.3.0"
235+
version: "0.4.2"
236236
typed_data:
237237
dependency: transitive
238238
description:

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.7.1"
17+
version: "1.7.2"
1818
archive:
1919
dependency: transitive
2020
description:
@@ -334,7 +334,7 @@ packages:
334334
name: meta
335335
url: "https://pub.dartlang.org"
336336
source: hosted
337-
version: "1.3.0"
337+
version: "1.7.0"
338338
mime:
339339
dependency: transitive
340340
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.2
4+
version: 0.1.3
55
repository: https://github.com/obrunsmann/flutter_nakama
66
homepage: https://flutter-nakama.gitbook.io
77

0 commit comments

Comments
 (0)