Skip to content

Commit

Permalink
fix: image path (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquikm authored Feb 1, 2024
1 parent d25b85b commit 37803b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.9

* Anoher attempt to fix image path in README.md

## 0.0.8

* Change image for README.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A modular logging library for Flutter.

## Features

![Colorful logs](images/colorful_logging.png)
<img src="https://github.com/nesquikm/the_logger/raw/main/images/colorful_logging.png" width="300" alt="Colorful logging" align="right">

- Colorful console logging
- Database logging
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.8"
version: "0.0.9"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
logging: ^1.2.0
the_logger:
path: ../
version: 0.0.8
version: 0.0.9

dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
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: the_logger
description: "A modular logging library for Flutter: supports multiple loggers, storage and filters"
version: 0.0.8
version: 0.0.9
homepage: https://github.com/nesquikm/the_logger

environment:
Expand Down

0 comments on commit 37803b4

Please sign in to comment.