Skip to content

Commit 3d85561

Browse files
committed
v0.0.3
1 parent 71f0046 commit 3d85561

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
## Change Log
22

3-
### 0.0.2
3+
## 0.0.3
4+
5+
- Fixed changelog
6+
- no code changes
7+
8+
## 0.0.2
49

510
- Added readme
611
- no code changes
712

813
## 0.0.1
914

1015
- Initial release
16+
- API for getting and setting clipboard text
17+
- API for getting platform version
1118

1219
### API Release Notes
1320

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add this to your package's pubspec.yaml file:
1313

1414
```yaml
1515
dependencies:
16-
vk_native_client: ^0.0.2
16+
vk_native_client: ^0.0.3
1717
```
1818
1919
### Example

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ packages:
250250
path: ".."
251251
relative: true
252252
source: path
253-
version: "0.0.2"
253+
version: "0.0.3"
254254
vm_service:
255255
dependency: transitive
256256
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: vk_native_client
22
description: Native client to be used in vishwakarma app
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: "https://github.com/Code-Vedas/vk-native-client"
55

66
environment:

0 commit comments

Comments
 (0)