Skip to content

Commit 346aea1

Browse files
committed
v0.1.0+1
1 parent 5c14a8a commit 346aea1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.0+1
2+
3+
* Fix readme.
4+
* Improve.
5+
16
## 0.1.0
27

38
* Supports loading multiple modules.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In the dependency section of `pubspec.yaml` file, add `flutter_pytorch_lite` (ad
4747

4848
```yaml
4949
dependencies:
50-
flutter_pytorch_lite: ^0.1.0
50+
flutter_pytorch_lite: ^0.1.0+1
5151
```
5252
or
5353
```yaml

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_pytorch_lite
22
description: "PyTorch Lite plugin for Flutter. End-to-end workflow from Training to Deployment for iOS and Android mobile devices."
3-
version: 0.1.0
3+
version: 0.1.0+1
44
homepage: https://github.com/winfordguo/flutter_pytorch_lite
55
repository: https://github.com/winfordguo/flutter_pytorch_lite
66

0 commit comments

Comments
 (0)