Skip to content

Commit ae5a826

Browse files
committed
Update version
1 parent 68d5480 commit ae5a826

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/tizen_rpc_port/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 0.1.5
22

33
* Update code format.
4+
* Resolved issue with failure to receive events in multiple proxies
45

56
## 0.1.4
67

packages/tizen_rpc_port/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The generated source files (`message_client.dart` and `message_server.dart`) dep
2121

2222
```yaml
2323
depenedencies:
24-
tizen_rpc_port: ^0.1.4
24+
tizen_rpc_port: ^0.1.5
2525
```
2626
2727
Assuming that the name of the interface defined in your interface file is `Message`, the client must first call its `connect` method to connect to the server before making any remote invocation.

packages/tizen_rpc_port/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tizen_rpc_port
22
description: Tizen RPC Port APIs. Used to make remote procedure calls between Tizen apps.
33
homepage: https://github.com/flutter-tizen/plugins
44
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/tizen_rpc_port
5-
version: 0.1.4
5+
version: 0.1.5
66

77
environment:
88
sdk: ">=3.1.0 <4.0.0"

0 commit comments

Comments
 (0)