Skip to content

Commit

Permalink
Fix assets and Update version to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshub024 committed Mar 12, 2023
1 parent 9a1fe57 commit e5ecc86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ That's it with just few lines of code your SDUI app is app and running.
>
>Mirai provides multiple methods to parse JSONs into Flutter widgets. You can use `Mirai.fromNetwork()`, `Mirai.fromJson()` & `Mirai.fromAsset()`
<img src="./assets/form_screen_image.png"/>
![Form Screen][form_screen]

### More examples

Expand Down
2 changes: 1 addition & 1 deletion packages/mirai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.3
## 0.0.5

* Update assets

Expand Down
2 changes: 1 addition & 1 deletion packages/mirai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ That's it with just few lines of code your SDUI app is app and running.
>
>Mirai provides multiple methods to parse JSONs into Flutter widgets. You can use `Mirai.fromNetwork()`, `Mirai.fromJson()` & `Mirai.fromAsset()`
<img src="./assets/form_screen_image.png"/>
![Form Screen][form_screen]

### More examples

Expand Down
2 changes: 1 addition & 1 deletion packages/mirai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mirai
description: A Server Driven UI library for Flutter
version: 0.0.3
version: 0.0.5
homepage: https://github.com/Securrency-OSS/mirai.git

environment:
Expand Down

0 comments on commit e5ecc86

Please sign in to comment.