Skip to content

Commit

Permalink
fix rhymelph#71 release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyme committed Dec 5, 2022
1 parent 81c6012 commit dcc9710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.1
* fix issues(#71)
## 0.4.0
* add silent install, fix google play release issues.
## 0.3.9
Expand Down
2 changes: 1 addition & 1 deletion lib/r_upgrade.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class RUpgrade {
return await _methodChannel!.invokeMethod("installByPath", {
'path': path,
'flavor': flavor.index,
'installType': installType,
'installType': installType.index,
});
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: r_upgrade
description: A plugin for upgrade and install application ,Support Android and IOS.
version: 0.4.0
version: 0.4.1
homepage: https://github.com/rhymelph/r_upgrade

environment:
Expand Down

0 comments on commit dcc9710

Please sign in to comment.