Skip to content

Commit a17413c

Browse files
Merge pull request #8 from Workiva/fix-release
Fix release validation errors
2 parents 07059f4 + a1a5531 commit a17413c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copyright 2021 Workiva Inc. All rights reserved.

pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: opentelemetry
2-
version: 0.0.1
2+
version: 0.0.2
3+
description: A framework for collecting traces from applications.
4+
homepage: https://github.com/Workiva/opentelemetry-dart
5+
publish_to: https://pub.workiva.org
36
environment:
47
sdk: '>=2.7.0 <3.0.0'
58

69
dependencies:
10+
fixnum: ^0.10.0
711
http: ^0.12.0
812
logging: ^0.11.0
913
protobuf: ^1.1.0

0 commit comments

Comments
 (0)