Skip to content

Commit 8cb5d29

Browse files
committed
v0.1.3
1 parent 22ebe2d commit 8cb5d29

File tree

5 files changed

+20
-23
lines changed

5 files changed

+20
-23
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
* [linux] fix memory leaks & cosmetic clean up #7
4+
15
## 0.1.2
26

37
* [macos] Change timer interval to 0.1 seconds

README-ZH.md

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

4646
```yaml
4747
dependencies:
48-
clipboard_watcher: ^0.1.2
48+
clipboard_watcher: ^0.1.3
4949
```
5050
5151

README.md

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

4646
```yaml
4747
dependencies:
48-
clipboard_watcher: ^0.1.2
48+
clipboard_watcher: ^0.1.3
4949
```
5050
5151
Or

example/pubspec.lock

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,28 +21,21 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.3.1"
24+
version: "1.2.1"
3225
clipboard_watcher:
3326
dependency: "direct main"
3427
description:
3528
path: ".."
3629
relative: true
3730
source: path
38-
version: "0.1.2"
31+
version: "0.1.3"
3932
clock:
4033
dependency: transitive
4134
description:
4235
name: clock
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.1.0"
38+
version: "1.1.1"
4639
collection:
4740
dependency: transitive
4841
description:
@@ -63,7 +56,7 @@ packages:
6356
name: fake_async
6457
url: "https://pub.dartlang.org"
6558
source: hosted
66-
version: "1.3.0"
59+
version: "1.3.1"
6760
flutter:
6861
dependency: "direct main"
6962
description: flutter
@@ -94,28 +87,28 @@ packages:
9487
name: matcher
9588
url: "https://pub.dartlang.org"
9689
source: hosted
97-
version: "0.12.11"
90+
version: "0.12.12"
9891
material_color_utilities:
9992
dependency: transitive
10093
description:
10194
name: material_color_utilities
10295
url: "https://pub.dartlang.org"
10396
source: hosted
104-
version: "0.1.4"
97+
version: "0.1.5"
10598
meta:
10699
dependency: transitive
107100
description:
108101
name: meta
109102
url: "https://pub.dartlang.org"
110103
source: hosted
111-
version: "1.7.0"
104+
version: "1.8.0"
112105
path:
113106
dependency: transitive
114107
description:
115108
name: path
116109
url: "https://pub.dartlang.org"
117110
source: hosted
118-
version: "1.8.1"
111+
version: "1.8.2"
119112
sky_engine:
120113
dependency: transitive
121114
description: flutter
@@ -127,7 +120,7 @@ packages:
127120
name: source_span
128121
url: "https://pub.dartlang.org"
129122
source: hosted
130-
version: "1.8.2"
123+
version: "1.9.0"
131124
stack_trace:
132125
dependency: transitive
133126
description:
@@ -148,21 +141,21 @@ packages:
148141
name: string_scanner
149142
url: "https://pub.dartlang.org"
150143
source: hosted
151-
version: "1.1.0"
144+
version: "1.1.1"
152145
term_glyph:
153146
dependency: transitive
154147
description:
155148
name: term_glyph
156149
url: "https://pub.dartlang.org"
157150
source: hosted
158-
version: "1.2.0"
151+
version: "1.2.1"
159152
test_api:
160153
dependency: transitive
161154
description:
162155
name: test_api
163156
url: "https://pub.dartlang.org"
164157
source: hosted
165-
version: "0.4.9"
158+
version: "0.4.12"
166159
vector_math:
167160
dependency: transitive
168161
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: clipboard_watcher
22
description: This plugin allows Flutter desktop apps to watch clipboard changes.
3-
version: 0.1.2
3+
version: 0.1.3
44
homepage: https://github.com/leanflutter/clipboard_watcher
55

66
platforms:

0 commit comments

Comments
 (0)