Skip to content

Commit

Permalink
Prepare the package memory_usage for publishing. (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c authored Jan 26, 2024
1 parent 879f4b4 commit 58566de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Memory usage tracking and auto-snapshotting

This page describes how to configure memory usage tracking.
See other information on memory leaks [here](../README.md).
See other information on memory debugging [here](../README.md).

Dart and Flutter applications can be configured to automatically
trigger memory usage events and, in case of memory overuse, to save
Expand Down
2 changes: 1 addition & 1 deletion pkgs/memory_usage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.0-wip
## 0.1.0

* First release.
2 changes: 1 addition & 1 deletion pkgs/memory_usage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: memory_usage
version: 0.1.0-wip
version: 0.1.0
description: A framework for memory usage tracking and snapshotting.
repository: https://github.com/dart-lang/leak_tracker/tree/main/pkgs/memory_usage

Expand Down

0 comments on commit 58566de

Please sign in to comment.