Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Aug 29, 2024
1 parent c6fad6f commit 99b80ed
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

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

```yaml
dependencies:
screen_capturer: ^0.2.1
screen_capturer: ^0.2.3
```
Or
Expand Down
4 changes: 4 additions & 0 deletions packages/screen_capturer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* feat: Support `deepin` linux distribution.

## 0.2.2

* chore: Bump `mostly_reasonable_lints` to 0.1.2.
Expand Down
4 changes: 2 additions & 2 deletions packages/screen_capturer/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: screen_capturer
description: This plugin allows Flutter desktop apps to capture screenshots.
version: 0.2.2
version: 0.2.3
homepage: https://github.com/leanflutter/screen_capturer

platforms:
Expand All @@ -15,7 +15,7 @@ environment:
dependencies:
flutter:
sdk: flutter
screen_capturer_linux: ^0.2.2
screen_capturer_linux: ^0.2.3
screen_capturer_macos: ^0.2.2
screen_capturer_platform_interface: ^0.2.2
screen_capturer_windows: ^0.2.2
Expand Down
4 changes: 4 additions & 0 deletions packages/screen_capturer_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* feat: Support `deepin` linux distribution.

## 0.2.2

* chore: Bump `mostly_reasonable_lints` to 0.1.2.
Expand Down
2 changes: 1 addition & 1 deletion packages/screen_capturer_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: screen_capturer_linux
description: Linux implementation of the screen_capturer plugin.
version: 0.2.2
version: 0.2.3
repository: https://github.com/leanflutter/screen_capturer/tree/main/packages/screen_capturer_linux

environment:
Expand Down

0 comments on commit 99b80ed

Please sign in to comment.