Skip to content

Commit 7772fbf

Browse files
committed
initial
1 parent 1539d48 commit 7772fbf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 1.0.0
1+
# 1.0.2
22

33
- Initial release

pubpub.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ echo "$new_readme" > "$temp_pub_dir/README.md"
3232
cd "$temp_pub_dir"
3333
dartfmt -w .
3434
#dart pub publish --dry-run
35-
#dart pub publish
36-
open "$temp_pub_dir"
35+
dart pub publish
36+
#open "$temp_pub_dir"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: file_errors
2-
description: "Cross-platform extensions that help determine the cause of a caught FileSystemException"
3-
version: 1.0.0
2+
description: "Cross-platform extensions that help determine the cause of a caught FileSystemException."
3+
version: 1.0.2
44
homepage: https://github.com/rtmigo/file_errors
55

66
environment:

0 commit comments

Comments
 (0)