Skip to content

Commit f3b3bd0

Browse files
committed
publish null safety stable
1 parent 5ecc90e commit f3b3bd0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.0.7-nullsafety.0
3+
## 0.1.0
44

55
- null safety
66

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: dart_browser_loader
22
description: A starting point for Dart libraries or applications.
3-
version: 0.0.7-nullsafety.0
3+
version: 0.1.0
44
homepage: https://github.com/leftyio/dart_browser_loader
55

66
environment:
7-
sdk: ">=2.12.0-0 <3.0.0"
7+
sdk: ">=2.12.0 <3.0.0"
88

99
dependencies:
10-
pedantic: ^1.10.0-nullsafety
10+
pedantic: ^1.11.0
1111

1212
dev_dependencies:
13-
test: ^1.16.0-nullsafety
13+
test: ^1.16.0
1414
build_runner: ^1.10.6
1515
build_web_compilers: ^2.15.2

0 commit comments

Comments
 (0)