From 8cb5d290c05d9247adca2609e847be565c1b9043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=81=A5=E8=8E=B9?= Date: Tue, 3 Jan 2023 21:55:14 +0800 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 4 ++++ README-ZH.md | 2 +- README.md | 2 +- example/pubspec.lock | 33 +++++++++++++-------------------- pubspec.yaml | 2 +- 5 files changed, 20 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba7d9d..feb42f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + +* [linux] fix memory leaks & cosmetic clean up #7 + ## 0.1.2 * [macos] Change timer interval to 0.1 seconds diff --git a/README-ZH.md b/README-ZH.md index 527a6ea..564c692 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -45,7 +45,7 @@ ```yaml dependencies: - clipboard_watcher: ^0.1.2 + clipboard_watcher: ^0.1.3 ``` 或 diff --git a/README.md b/README.md index 1107c38..3dbb182 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Add this to your package's pubspec.yaml file: ```yaml dependencies: - clipboard_watcher: ^0.1.2 + clipboard_watcher: ^0.1.3 ``` Or diff --git a/example/pubspec.lock b/example/pubspec.lock index e01cbb7..16edff2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.9.0" boolean_selector: dependency: transitive description: @@ -21,28 +21,21 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" + version: "1.2.1" clipboard_watcher: dependency: "direct main" description: path: ".." relative: true source: path - version: "0.1.2" + version: "0.1.3" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: @@ -63,7 +56,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.3.1" flutter: dependency: "direct main" description: flutter @@ -94,28 +87,28 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.11" + version: "0.12.12" material_color_utilities: dependency: transitive description: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.4" + version: "0.1.5" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" sky_engine: dependency: transitive description: flutter @@ -127,7 +120,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.2" + version: "1.9.0" stack_trace: dependency: transitive description: @@ -148,21 +141,21 @@ packages: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.9" + version: "0.4.12" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 11ca101..dd6bd8b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: clipboard_watcher description: This plugin allows Flutter desktop apps to watch clipboard changes. -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/leanflutter/clipboard_watcher platforms: