Skip to content

Commit 367c463

Browse files
committed
0.6
1 parent 22c599b commit 367c463

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pubpub.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ rsync -Rrv ./ "$temp_pub_dir" \
1616
--exclude="benchmark/" \
1717
--exclude="reference/" \
1818
--exclude="README.md" \
19+
--exclude="analysis_options.yaml" \
1920
--exclude=".github" \
2021
--exclude="labuda/" \
2122
--exclude="draft/" \

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: xrandom
2-
description: "All-purpose, rock-solid random number generators
3-
focused on the consistency and reproducibility"
2+
description: "Random number generators library focused on the consistency,
3+
performance and reproducibility"
44
version: 0.6.0
55
homepage: https://github.com/rtmigo/xrandom
66

0 commit comments

Comments
 (0)