Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 2af855e

Browse files
committed
1.0.1
1 parent 796f922 commit 2af855e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
# 1.0.1
2+
Fix lib/src/api.dart. (-1 points)
3+
4+
Analysis of lib/src/api.dart reported 2 hints:
5+
6+
line 17 col 39: Avoid types as parameter names.
7+
8+
line 24 col 43: Avoid types as parameter names.
9+
110
# 1.0.0
211
Base

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ref_out_box
2-
version: '1.0.0'
2+
version: '1.0.1'
33
description: "Wrapping values so that they can be passed by reference, like c#'s ref out"
44
authors:
55
- 'MeowType <aditrc@outlook.com>'

0 commit comments

Comments
 (0)