Skip to content

Commit

Permalink
feat: updated configuration (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala authored Jun 5, 2024
1 parent 82fe089 commit 6b7f2e6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/jhomlala/alice/master/media/logo.png" width="250px">
<img src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/logo.png" width="250px">
</p>

# Alice
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/jhomlala/alice/master/media/logo.png" width="250px">
<img src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/logo.png" width="250px">
</p>

# Alice
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```yaml
dependencies:
alice: ^1.0.0
alice: ^1.0.0-dev1
```
2. Choose adapter based on your HTTP client. **pubspec.yaml** file:
Expand Down
4 changes: 4 additions & 0 deletions packages/alice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0-dev.3
* Updated links.
* Updated readme.

# 1.0.0-dev.2
* Updated links.
* Updated readme.
Expand Down
2 changes: 1 addition & 1 deletion packages/alice/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/jhomlala/alice/master/media/logo.png" width="250px">
<img src="https://raw.githubusercontent.com/jhomlala/alice/master/packages/alice/media/logo.png" width="250px">
</p>

# Alice
Expand Down

0 comments on commit 6b7f2e6

Please sign in to comment.