Skip to content

Commit aae03e3

Browse files
committed
v0.2.1
1 parent f19102a commit aae03e3

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
* feat: add interactive process type to MacOS #16
4+
15
## 0.2.0
26

37
- fix: web compile error #14

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
```yaml
4949
dependencies:
50-
launch_at_startup: ^0.2.0
50+
launch_at_startup: ^0.2.1
5151
```
5252
5353

README.md

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

4848
```yaml
4949
dependencies:
50-
launch_at_startup: ^0.2.0
50+
launch_at_startup: ^0.2.1
5151
```
5252
5353
Or

example/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus_macos/macos
1515

1616
SPEC CHECKSUMS:
17-
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
17+
FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
1818
package_info_plus_macos: f010621b07802a241d96d01876d6705f15e77c1c
1919

2020
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ packages:
113113
path: ".."
114114
relative: true
115115
source: path
116-
version: "0.2.0"
116+
version: "0.2.1"
117117
lints:
118118
dependency: transitive
119119
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launch_at_startup
22
description: This plugin allows Flutter desktop apps to Auto launch on startup / login.
3-
version: 0.2.0
3+
version: 0.2.1
44
homepage: https://github.com/leanflutter/launch_at_startup
55

66
platforms:

0 commit comments

Comments
 (0)