Skip to content

Commit dff36a1

Browse files
committed
v0.2.2
1 parent 7b46001 commit dff36a1

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2
2+
3+
* add startup args for linux (#19)
4+
15
## 0.2.1
26

37
* feat: add interactive process type to MacOS #16

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <lijy91@foxmail.com>
3+
Copyright (c) 2023 LiJianying <lijy91@foxmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.1
50+
launch_at_startup: ^0.2.2
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.1
50+
launch_at_startup: ^0.2.2
5151
```
5252
5353
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ packages:
126126
path: ".."
127127
relative: true
128128
source: path
129-
version: "0.2.1"
129+
version: "0.2.2"
130130
lints:
131131
dependency: transitive
132132
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.1
3+
version: 0.2.2
44
homepage: https://github.com/leanflutter/launch_at_startup
55

66
platforms:

0 commit comments

Comments
 (0)