Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Aug 20, 2022
1 parent 5c67a91 commit 240a368
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.9

- bump win32_registry to 1.0.2 #12

## 0.1.8

- [windows] Fix incorrect setting/checking of registry value #10
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

```yaml
dependencies:
launch_at_startup: ^0.1.8
launch_at_startup: ^0.1.9
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
launch_at_startup: ^0.1.8
launch_at_startup: ^0.1.9
```
Or
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.4"
version: "0.13.5"
http_parser:
dependency: transitive
description:
Expand All @@ -120,7 +120,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.8"
version: "0.1.9"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -286,7 +286,7 @@ packages:
name: win32_registry
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "1.0.2"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ packages:
name: win32_registry
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "1.0.2"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: launch_at_startup
description: This plugin allows Flutter desktop apps to Auto launch on startup / login.
version: 0.1.8
version: 0.1.9
homepage: https://github.com/leanflutter/launch_at_startup

platforms:
Expand Down

0 comments on commit 240a368

Please sign in to comment.