Skip to content

Commit

Permalink
V1
Browse files Browse the repository at this point in the history
  • Loading branch information
aligorithm committed Nov 2, 2020
1 parent 09359ee commit 28672b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add this to your project's `pubspec.yaml` file

```yaml
dependencies:
logdna: ^0.0.3
logdna: ^1.0.0
```
Run `flutter pub get`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
logdna: ^0.0.1
logdna: ^1.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: logdna
description: A simple logdna client for Flutter. Push logs directly to your LogDNA dashboard in a few lines of code.
version: 0.0.3
version: 1.0.0
repository: https://github.com/aligorithm/logdna_flutter
issue_tracker: https://github.com/aligorithm/logdna_flutter/issues
homepage: https://aligorithm.i.ng
Expand Down

0 comments on commit 28672b3

Please sign in to comment.